Mercurial > urweb
comparison src/mono.sml @ 106:d101cb1efe55
More with attributes and efficient serialization
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 10 Jul 2008 15:49:14 -0400 |
parents | 5f04adf47f48 |
children | 813e5a52063d |
comparison
equal
deleted
inserted
replaced
105:da760c34f5ed | 106:d101cb1efe55 |
---|---|
50 | EField of exp * string | 50 | EField of exp * string |
51 | 51 |
52 | EStrcat of exp * exp | 52 | EStrcat of exp * exp |
53 | 53 |
54 | EWrite of exp | 54 | EWrite of exp |
55 | ESeq of exp * exp | |
55 | 56 |
56 | 57 |
57 withtype exp = exp' located | 58 withtype exp = exp' located |
58 | 59 |
59 datatype decl' = | 60 datatype decl' = |