From ae494cac4389a07a6feef73a084e2db7ccb84e22 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 31 Jul 2008 10:44:52 -0400 Subject: Patterns for int and string constants --- 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 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 -- cgit v1.2.3