diff src/source.sml @ 445:dfc8c991abd0

Replace 'with' with '++'
author Adam Chlipala <adamc@hcoop.net>
date Fri, 31 Oct 2008 09:30:22 -0400
parents 8084fa9216de
children 86c063fedc4d
line wrap: on
line diff
--- a/src/source.sml	Thu Oct 30 17:07:34 2008 -0400
+++ b/src/source.sml	Fri Oct 31 09:30:22 2008 -0400
@@ -123,7 +123,7 @@
 
        | ERecord of (con * exp) list
        | EField of exp * con
-       | EWith of exp * con * exp
+       | EConcat of exp * exp
        | ECut of exp * con
        | EFold