From 3cb644caeed50e5c82778b5ed7c165950655109a Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 28 May 2009 10:16:50 -0400 Subject: fn-pattern code in but not tested yet; hello compiles --- src/source.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/source.sml') 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 -- cgit v1.2.3