diff options
Diffstat (limited to 'src/source.sml')
-rw-r--r-- | src/source.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml index 0f62cadd..bfa270d8 100644 --- a/src/source.sml +++ b/src/source.sml @@ -109,6 +109,7 @@ and pat' = | PPrim of Prim.t | PCon of string list * string * pat option | PRecord of (string * pat) list * bool + | PAnnot of pat * con and exp' = EAnnot of exp * con |