diff src/elab.sml @ 754:8688e01ae469

A view query works
author Adam Chlipala <adamc@hcoop.net>
date Tue, 28 Apr 2009 15:04:37 -0400
parents e0dd85ea58e1
children e2780d2f4afc
line wrap: on
line diff
--- a/src/elab.sml	Tue Apr 28 14:02:23 2009 -0400
+++ b/src/elab.sml	Tue Apr 28 15:04:37 2009 -0400
@@ -165,6 +165,7 @@
        | DExport of int * sgn * str
        | DTable of int * string * int * con * exp * con * exp * con
        | DSequence of int * string * int
+       | DView of int * string * int * exp * con
        | DClass of string * int * kind * con
        | DDatabase of string
        | DCookie of int * string * int * con