From 7b4f69ace67601a0f22de52f91f96deff540fd37 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 11 Apr 2010 10:57:52 -0400 Subject: Insert policies --- src/mono.sml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mono.sml') diff --git a/src/mono.sml b/src/mono.sml index f8f57ae7..9585fbc1 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -123,7 +123,9 @@ datatype exp' = 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 -- cgit v1.2.3