aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/source.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml
index b11828f0..3dbada25 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -92,6 +92,7 @@ and sgn = sgn' located
datatype pat' =
PWild
| PVar of string
+ | PPrim of Prim.t
| PCon of string list * string * pat option
withtype pat = pat' located