Mercurial > urweb
comparison src/mono.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 | 796e42c93c48 |
children | 8688e01ae469 |
comparison
equal
deleted
inserted
replaced
740:b302b6e35f93 | 741:f7e2026dd5ae |
---|---|
86 | ECase of exp * (pat * exp) list * { disc : typ, result : typ } | 86 | ECase of exp * (pat * exp) list * { disc : typ, result : typ } |
87 | 87 |
88 | EStrcat of exp * exp | 88 | EStrcat of exp * exp |
89 | 89 |
90 | EError of exp * typ | 90 | EError of exp * typ |
91 | EReturnBlob of {blob : exp, mimeType : exp, t : typ} | |
91 | 92 |
92 | EWrite of exp | 93 | EWrite of exp |
93 | ESeq of exp * exp | 94 | ESeq of exp * exp |
94 | ELet of string * typ * exp * exp | 95 | ELet of string * typ * exp * exp |
95 | 96 |