summaryrefslogtreecommitdiff
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 34e0c91c..af21def0 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -80,6 +80,7 @@ datatype pat' =
| PVar of string
| PPrim of Prim.t
| PCon of patCon * pat option
+ | PRecord of (string * pat) list * con option
withtype pat = pat' located