diff src/cjr.sml @ 106:d101cb1efe55

More with attributes and efficient serialization
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 15:49:14 -0400
parents 5f04adf47f48
children 813e5a52063d
line wrap: on
line diff
--- a/src/cjr.sml	Thu Jul 10 15:19:06 2008 -0400
+++ b/src/cjr.sml	Thu Jul 10 15:49:14 2008 -0400
@@ -54,6 +54,7 @@
        | ELet of (string * typ * exp) list * exp
 
        | EWrite of exp
+       | ESeq of exp * exp
 
 withtype exp = exp' located