diff src/mono.sml @ 1280:3d06e0f7a6f3

Initial version of equalKnown working for secret
author Adam Chlipala <adam@chlipala.net>
date Tue, 27 Jul 2010 11:42:30 -0400
parents a2cd6664f57f
children 60e19545841b
line wrap: on
line diff
--- a/src/mono.sml	Sun Jun 13 14:13:47 2010 -0400
+++ b/src/mono.sml	Tue Jul 27 11:42:30 2010 -0400
@@ -129,6 +129,7 @@
        | PolDelete of exp
        | PolUpdate of exp
        | PolSequence of exp
+       | PolEqualKnown of {table : exp, field : string}
 
 datatype decl' =
          DDatatype of (string * int * (string * int * typ option) list) list