diff options
Diffstat (limited to 'src/mono.sml')
-rw-r--r-- | src/mono.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml index 9585fbc1..284d4cd3 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -126,6 +126,7 @@ withtype exp = exp' located datatype policy = PolClient of exp | PolInsert of exp + | PolDelete of exp datatype decl' = DDatatype of (string * int * (string * int * typ option) list) list |