From 4688519e58b0b2923e291d6a719a7f34810bfdc1 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 31 Aug 2008 10:36:54 -0400 Subject: Monoize transaction identifiers; improve disjointness prover on irreducible folds; change 'query' type --- src/mono.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mono.sml') diff --git a/src/mono.sml b/src/mono.sml index 9599433c..c38e58ed 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -71,6 +71,7 @@ datatype exp' = | EWrite of exp | ESeq of exp * exp + | ELet of string * typ * exp * exp | EClosure of int * exp list -- cgit v1.2.3