summaryrefslogtreecommitdiff
path: root/src/getinfo.sml
diff options
context:
space:
mode:
authorGravatar Simon Van Casteren <simon.van.casteren@gmail.com>2020-01-08 12:11:18 +0100
committerGravatar Simon Van Casteren <simon.van.casteren@gmail.com>2020-01-08 12:11:18 +0100
commit7ebc4f3ff8081424f0e227142ac76bb3f7fc4a20 (patch)
treeed782cade690b99fd7954318ec64cb770568ffc7 /src/getinfo.sml
parent874e3bc001e64ba058d6632ebe22fbcdac16c00d (diff)
Added some type sigs required by SMLNJ
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