summaryrefslogtreecommitdiffstats
path: root/syntax.sml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-05-05 06:22:52 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-05-05 06:22:52 -0700
commit048895eb0c85b591b2dd338dd06514bc1b18bacb (patch)
treefa54d166139224d1720a4d98ba4162eca647f16b /syntax.sml
parent34b86f22fddce09c6d45d4ba743cc9d1f4eceff9 (diff)
downloadsml-048895eb0c85b591b2dd338dd06514bc1b18bacb.tar.zst
Change some formatting
Diffstat (limited to 'syntax.sml')
-rw-r--r--syntax.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax.sml b/syntax.sml
index 8a16e91..5160e38 100644
--- a/syntax.sml
+++ b/syntax.sml
@@ -11,6 +11,7 @@ struct
PWild
| PVar of string
| PInt of int
+ | PTuple of pat list
datatype expr =
EIdent of string list