summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-08-19 12:25:32 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2013-08-19 12:25:32 -0400
commitf718e640c3cbe6a891519364992117f49ca333fa (patch)
treeb7581cc191267590b2ee407d91161bd2950e3604 /src/source.sml
parent42fab45125992244c499ec5ac64e0376109bd4cb (diff)
Allow [where con] to descend within submodule structure; open submodule constraints while checking later signature items
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.sml b/src/source.sml
index 18f83d2b..d66160db 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -100,7 +100,7 @@ and sgn' =
SgnConst of sgn_item list
| SgnVar of string
| SgnFun of string * sgn * sgn
- | SgnWhere of sgn * string * con
+ | SgnWhere of sgn * string list * string * con
| SgnProj of string * string list * string
and pat' =