Mercurial > urweb
comparison src/mono.sml @ 102:5f04adf47f48
Writing HTML
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 10 Jul 2008 14:02:54 -0400 |
parents | f0f59e918cac |
children | d101cb1efe55 |
comparison
equal
deleted
inserted
replaced
101:717b6f8d8505 | 102:5f04adf47f48 |
---|---|
49 | ERecord of (string * exp * typ) list | 49 | ERecord of (string * exp * typ) list |
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 | |
55 | |
54 | 56 |
55 withtype exp = exp' located | 57 withtype exp = exp' located |
56 | 58 |
57 datatype decl' = | 59 datatype decl' = |
58 DVal of string * int * typ * exp | 60 DVal of string * int * typ * exp |