comparison src/cjr.sml @ 569:162d5308e34f

Successfully generated a page element from a signal
author Adam Chlipala <adamc@hcoop.net>
date Sat, 20 Dec 2008 16:19:26 -0500
parents bb27c7efcd90
children 56aaa1941dad
comparison
equal deleted inserted replaced
568:55fc747a67dc 569:162d5308e34f
107 | DTable of string * (string * typ) list 107 | DTable of string * (string * typ) list
108 | DSequence of string 108 | DSequence of string
109 | DDatabase of string 109 | DDatabase of string
110 | DPreparedStatements of (string * int) list 110 | DPreparedStatements of (string * int) list
111 111
112 | DJavaScript of string
113
112 withtype decl = decl' located 114 withtype decl = decl' located
113 115
114 type file = decl list * (Core.export_kind * string * int * typ list) list 116 type file = decl list * (Core.export_kind * string * int * typ list) list
115 117
116 end 118 end