comparison src/mono.sml @ 1065:217eb87dde31

Basis.url and redirects
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Dec 2009 13:32:09 -0500
parents 7a4a55e05081
children b2311dfb3158
comparison
equal deleted inserted replaced
1064:b89e3d8731ed 1065:217eb87dde31
88 88
89 | EStrcat of exp * exp 89 | EStrcat of exp * exp
90 90
91 | EError of exp * typ 91 | EError of exp * typ
92 | EReturnBlob of {blob : exp, mimeType : exp, t : typ} 92 | EReturnBlob of {blob : exp, mimeType : exp, t : typ}
93 | ERedirect of exp * typ
93 94
94 | EWrite of exp 95 | EWrite of exp
95 | ESeq of exp * exp 96 | ESeq of exp * exp
96 | ELet of string * typ * exp * exp 97 | ELet of string * typ * exp * exp
97 98