diff src/cjr.sml @ 741:f7e2026dd5ae

Returning a blob as page result
author Adam Chlipala <adamc@hcoop.net>
date Sun, 26 Apr 2009 09:02:17 -0400
parents e0dd85ea58e1
children 8688e01ae469
line wrap: on
line diff
--- a/src/cjr.sml	Sat Apr 25 14:47:16 2009 -0400
+++ b/src/cjr.sml	Sun Apr 26 09:02:17 2009 -0400
@@ -75,6 +75,7 @@
        | ECase of exp * (pat * exp) list * { disc : typ, result : typ }
 
        | EError of exp * typ
+       | EReturnBlob of {blob : exp, mimeType : exp, t : typ}
 
        | EWrite of exp
        | ESeq of exp * exp