diff src/mono.sml @ 1282:a9a500d22ebc

Roll back WHERE checking
author Adam Chlipala <adam@chlipala.net>
date Tue, 27 Jul 2010 14:04:09 -0400
parents 60e19545841b
children acabf3935060
line wrap: on
line diff
--- a/src/mono.sml	Tue Jul 27 12:12:08 2010 -0400
+++ b/src/mono.sml	Tue Jul 27 14:04:09 2010 -0400
@@ -129,7 +129,6 @@
        | PolDelete of exp
        | PolUpdate of exp
        | PolSequence of exp
-       | PolEqual of {table : exp, field : string, known : bool}
 
 datatype decl' =
          DDatatype of (string * int * (string * int * typ option) list) list