diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-07-31 16:28:55 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-07-31 16:28:55 -0400 |
commit | 16d3d1c3a6d1e78faab91076c20b76fdcb90edb9 (patch) | |
tree | ef54b557b346fa95b4322478bf5fbec431944f18 /src/elab.sml | |
parent | d668886a45158cf3a292fdef3fa81498efd77652 (diff) |
Case through explify
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 |