Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
753:d484df4e841a | 754:8688e01ae469 |
---|---|
125 | DValRec of (string * int * typ * exp * string) list | 125 | DValRec of (string * int * typ * exp * string) list |
126 | DExport of export_kind * string * int * typ list * typ | 126 | DExport of export_kind * string * int * typ list * typ |
127 | 127 |
128 | DTable of string * (string * typ) list * exp * exp | 128 | DTable of string * (string * typ) list * exp * exp |
129 | DSequence of string | 129 | DSequence of string |
130 | DView of string * (string * typ) list * exp | |
130 | DDatabase of {name : string, expunge : int, initialize : int} | 131 | DDatabase of {name : string, expunge : int, initialize : int} |
131 | 132 |
132 | DJavaScript of string | 133 | DJavaScript of string |
133 | 134 |
134 | DCookie of string | 135 | DCookie of string |