diff src/source.sml @ 825:7f871c03e3a1

Destructing local let, to the point where demo compiles
author Adam Chlipala <adamc@hcoop.net>
date Thu, 28 May 2009 12:07:05 -0400
parents d4e811beb8eb
children b2311dfb3158
line wrap: on
line diff
--- a/src/source.sml	Thu May 28 11:45:45 2009 -0400
+++ b/src/source.sml	Thu May 28 12:07:05 2009 -0400
@@ -138,7 +138,7 @@
   | ELet of edecl list * exp
 
 and edecl' =
-    EDVal of string * con option * exp
+    EDVal of pat * exp
   | EDValRec of (string * con option * exp) list
 
 withtype sgn_item = sgn_item' located