summaryrefslogtreecommitdiff
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 9147f7d3..2dab5c34 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -154,7 +154,7 @@ and sgn' =
SgnConst of sgn_item list
| SgnVar of int
| SgnFun of string * int * sgn * sgn
- | SgnWhere of sgn * string * con
+ | SgnWhere of sgn * string list * string * con
| SgnProj of int * string list * string
| SgnError