Mercurial > urweb
comparison src/mono.sml @ 566:a152905c3c3b
Displayed an alert dialog
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 19 Dec 2008 12:38:11 -0500 |
parents | bb27c7efcd90 |
children | 55fc747a67dc |
comparison
equal
deleted
inserted
replaced
565:74800be65591 | 566:a152905c3c3b |
---|---|
94 | EDml of exp | 94 | EDml of exp |
95 | ENextval of exp | 95 | ENextval of exp |
96 | 96 |
97 | EUnurlify of exp * typ | 97 | EUnurlify of exp * typ |
98 | 98 |
99 | EJavaScript of exp | |
100 | |
99 | 101 |
100 withtype exp = exp' located | 102 withtype exp = exp' located |
101 | 103 |
102 datatype decl' = | 104 datatype decl' = |
103 DDatatype of string * int * (string * int * typ option) list | 105 DDatatype of string * int * (string * int * typ option) list |