Mercurial > urweb
diff src/mono.sml @ 754:8688e01ae469
A view query works
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 28 Apr 2009 15:04:37 -0400 |
parents | f7e2026dd5ae |
children | fa2019a63ea4 |
line wrap: on
line diff
--- a/src/mono.sml Tue Apr 28 14:02:23 2009 -0400 +++ b/src/mono.sml Tue Apr 28 15:04:37 2009 -0400 @@ -127,6 +127,7 @@ | DTable of string * (string * typ) list * exp * exp | DSequence of string + | DView of string * (string * typ) list * exp | DDatabase of {name : string, expunge : int, initialize : int} | DJavaScript of string