Mercurial > urweb
diff src/elab.sml @ 88:7bab29834cd6
Constraints in modules
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 01 Jul 2008 15:58:02 -0400 |
parents | 1f85890c9846 |
children | f0f59e918cac |
line wrap: on
line diff
--- a/src/elab.sml Tue Jul 01 13:23:46 2008 -0400 +++ b/src/elab.sml Tue Jul 01 15:58:02 2008 -0400 @@ -95,6 +95,7 @@ | SgiVal of string * int * con | SgiStr of string * int * sgn | SgiSgn of string * int * sgn + | SgiConstraint of con * con and sgn' = SgnConst of sgn_item list @@ -113,6 +114,7 @@ | DSgn of string * int * sgn | DStr of string * int * sgn * str | DFfiStr of string * int * sgn + | DConstraint of con * con and str' = StrConst of decl list