diff src/source.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/source.sml	Tue Jul 01 13:23:46 2008 -0400
+++ b/src/source.sml	Tue Jul 01 15:58:02 2008 -0400
@@ -75,6 +75,7 @@
        | SgiStr of string * sgn
        | SgiSgn of string * sgn
        | SgiInclude of sgn
+       | SgiConstraint of con * con
 
 and sgn' =
     SgnConst of sgn_item list
@@ -110,6 +111,8 @@
        | DStr of string * sgn option * str
        | DFfiStr of string * sgn
        | DOpen of string * string list
+       | DConstraint of con * con
+       | DOpenConstraints of string * string list
 
      and str' =
          StrConst of decl list