diff options
Diffstat (limited to 'src/mono.sml')
-rw-r--r-- | src/mono.sml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mono.sml b/src/mono.sml index 0db9a684..9a960cd0 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -129,7 +129,6 @@ datatype policy = | 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 |