diff src/source.sml @ 42:b3fbbc6cb1e5

Elaborating 'where'
author Adam Chlipala <adamc@hcoop.net>
date Thu, 19 Jun 2008 16:35:40 -0400
parents e3d3c2791105
children a9f3ce2d1b9b
line wrap: on
line diff
--- a/src/source.sml	Thu Jun 19 16:04:28 2008 -0400
+++ b/src/source.sml	Thu Jun 19 16:35:40 2008 -0400
@@ -72,6 +72,7 @@
     SgnConst of sgn_item list
   | SgnVar of string
   | SgnFun of string * sgn * sgn
+  | SgnWhere of sgn * string * con
 
 withtype sgn_item = sgn_item' located
 and sgn = sgn' located