diff options
Diffstat (limited to 'src/elab.sml')
-rw-r--r-- | src/elab.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elab.sml b/src/elab.sml index af21def0..58e69629 100644 --- a/src/elab.sml +++ b/src/elab.sml @@ -80,7 +80,7 @@ datatype pat' = | PVar of string | PPrim of Prim.t | PCon of patCon * pat option - | PRecord of (string * pat) list * con option + | PRecord of (string * pat) list withtype pat = pat' located |