diff src/flat.sml @ 102:5f04adf47f48

Writing HTML
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 14:02:54 -0400
parents 717b6f8d8505
children d101cb1efe55
line wrap: on
line diff
--- a/src/flat.sml	Thu Jul 10 11:13:49 2008 -0400
+++ b/src/flat.sml	Thu Jul 10 14:02:54 2008 -0400
@@ -53,6 +53,10 @@
 
        | ELet of (string * typ * exp) list * exp
 
+       | EStrcat of exp * exp
+
+       | EWrite of exp
+
 withtype exp = exp' located
 
 datatype decl' =