diff src/elab.sml @ 213:0343557355fc

Explifying type classes
author Adam Chlipala <adamc@hcoop.net>
date Sat, 16 Aug 2008 14:45:23 -0400
parents e86411f647c6
children 19e5791923d0
line wrap: on
line diff
--- a/src/elab.sml	Sat Aug 16 14:36:17 2008 -0400
+++ b/src/elab.sml	Sat Aug 16 14:45:23 2008 -0400
@@ -150,6 +150,7 @@
        | DConstraint of con * con
        | DExport of int * sgn * str
        | DTable of int * string * int * con
+       | DClass of string * int * con
 
      and str' =
          StrConst of decl list