summaryrefslogtreecommitdiff
path: root/src/getinfo.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/getinfo.sml')
-rw-r--r--src/getinfo.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getinfo.sml b/src/getinfo.sml
index d980afd3..d84f792b 100644
--- a/src/getinfo.sml
+++ b/src/getinfo.sml
@@ -32,7 +32,7 @@ structure E = ElabEnv
structure L = Elab
structure P = Print
-fun isPosIn file row col span =
+fun isPosIn (file: string) (row: int) (col: int) (span: ErrorMsg.span) =
let
val start = #first span
val end_ = #last span