diff src/mono.sml @ 251:326fb4686f60

Monoize transaction identifiers; improve disjointness prover on irreducible folds; change 'query' type
author Adam Chlipala <adamc@hcoop.net>
date Sun, 31 Aug 2008 10:36:54 -0400
parents 890a61991263
children 7e9bd70ad3ce
line wrap: on
line diff
--- a/src/mono.sml	Sun Aug 31 09:52:52 2008 -0400
+++ b/src/mono.sml	Sun Aug 31 10:36:54 2008 -0400
@@ -71,6 +71,7 @@
 
        | EWrite of exp
        | ESeq of exp * exp
+       | ELet of string * typ * exp * exp
 
        | EClosure of int * exp list