summaryrefslogtreecommitdiff
path: root/src/getinfo.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/getinfo.sig')
-rw-r--r--src/getinfo.sig7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/getinfo.sig b/src/getinfo.sig
index 317b7e79..334e19f1 100644
--- a/src/getinfo.sig
+++ b/src/getinfo.sig
@@ -26,6 +26,11 @@
*)
signature GET_INFO = sig
- val getInfo: string (* file:row:col *) -> Print.PD.pp_desc
+ val getInfo:
+ ElabEnv.env ->
+ Elab.str' ->
+ string (* fileName *) ->
+ { line: int , character: int} ->
+ Print.PD.pp_desc
end