diff src/mono.sml @ 273:09c66a30ef32

Table declarations pushed to Cjr
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Sep 2008 13:09:54 -0400
parents 42dfb0d61cf0
children c0e4ac23522d
line wrap: on
line diff
--- a/src/mono.sml	Tue Sep 02 11:57:25 2008 -0400
+++ b/src/mono.sml	Tue Sep 02 13:09:54 2008 -0400
@@ -90,6 +90,8 @@
        | DVal of string * int * typ * exp * string
        | DValRec of (string * int * typ * exp * string) list
        | DExport of Core.export_kind * string * int * typ list
+
+       | DTable of string * (string * typ) list
        | DDatabase of string
 
 withtype decl = decl' located