diff src/flat.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
line wrap: on
line diff
--- a/src/flat.sml	Thu Jul 10 15:19:06 2008 -0400
+++ b/src/flat.sml	Thu Jul 10 15:49:14 2008 -0400
@@ -56,6 +56,7 @@
        | EStrcat of exp * exp
 
        | EWrite of exp
+       | ESeq of exp * exp
 
 withtype exp = exp' located