Mercurial > urweb
comparison src/mono.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 | 55fc747a67dc |
children | 57018f21cd5c |
comparison
equal
deleted
inserted
replaced
568:55fc747a67dc | 569:162d5308e34f |
---|---|
116 | 116 |
117 | DTable of string * (string * typ) list | 117 | DTable of string * (string * typ) list |
118 | DSequence of string | 118 | DSequence of string |
119 | DDatabase of string | 119 | DDatabase of string |
120 | 120 |
121 | DJavaScript of string | |
122 | |
123 | |
121 withtype decl = decl' located | 124 withtype decl = decl' located |
122 | 125 |
123 type file = decl list | 126 type file = decl list |
124 | 127 |
125 end | 128 end |