comparison src/core.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 61a1f5c5ae2c
comparison
equal deleted inserted replaced
753:d484df4e841a 754:8688e01ae469
128 | DVal of string * int * con * exp * string 128 | DVal of string * int * con * exp * string
129 | DValRec of (string * int * con * exp * string) list 129 | DValRec of (string * int * con * exp * string) list
130 | DExport of export_kind * int 130 | DExport of export_kind * int
131 | DTable of string * int * con * string * exp * con * exp * con 131 | DTable of string * int * con * string * exp * con * exp * con
132 | DSequence of string * int * string 132 | DSequence of string * int * string
133 | DView of string * int * string * exp * con
133 | DDatabase of string 134 | DDatabase of string
134 | DCookie of string * int * con * string 135 | DCookie of string * int * con * string
135 | DStyle of string * int * string 136 | DStyle of string * int * string
136 137
137 withtype decl = decl' located 138 withtype decl = decl' located