diff src/mono.sml @ 1220:526575a9537a

Insert policies
author Adam Chlipala <adamc@hcoop.net>
date Sun, 11 Apr 2010 10:57:52 -0400
parents 648e6b087dfb
children 00e628854005
line wrap: on
line diff
--- a/src/mono.sml	Sat Apr 10 13:12:42 2010 -0400
+++ b/src/mono.sml	Sun Apr 11 10:57:52 2010 -0400
@@ -123,7 +123,9 @@
 
 withtype exp = exp' located
 
-datatype policy = PolClient of exp
+datatype policy =
+         PolClient of exp
+       | PolInsert of exp
 
 datatype decl' =
          DDatatype of (string * int * (string * int * typ option) list) list