diff src/source.sml @ 210:f4033abd6ab1

Inferring sql_type's
author Adam Chlipala <adamc@hcoop.net>
date Sat, 16 Aug 2008 12:35:46 -0400
parents cc68da3801bc
children e86411f647c6
line wrap: on
line diff
--- a/src/source.sml	Sat Aug 16 12:15:38 2008 -0400
+++ b/src/source.sml	Sat Aug 16 12:35:46 2008 -0400
@@ -119,6 +119,8 @@
        | ECut of exp * con
        | EFold
 
+       | ESqlInfer
+
        | ECase of exp * (pat * exp) list
 
 withtype exp = exp' located