diff src/elab.sml @ 176:33d4a8eea484

Case through explify
author Adam Chlipala <adamc@hcoop.net>
date Thu, 31 Jul 2008 16:28:55 -0400
parents b2d752455182
children d11754ffe252
line wrap: on
line diff
--- a/src/elab.sml	Thu Jul 31 13:08:57 2008 -0400
+++ b/src/elab.sml	Thu Jul 31 16:28:55 2008 -0400
@@ -80,7 +80,7 @@
        | PVar of string
        | PPrim of Prim.t
        | PCon of patCon * pat option
-       | PRecord of (string * pat) list * con option
+       | PRecord of (string * pat) list
 
 withtype pat = pat' located