comparison src/cjr.sml @ 1294:b4480a56cab7

Server-side 'onError'
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Sep 2010 08:28:07 -0400
parents acabf3935060
children 8a169fc0838b
comparison
equal deleted inserted replaced
1293:acabf3935060 1294:b4480a56cab7
122 | DJavaScript of string 122 | DJavaScript of string
123 | DCookie of string 123 | DCookie of string
124 | DStyle of string 124 | DStyle of string
125 125
126 | DTask of task * exp 126 | DTask of task * exp
127 | DOnError of int
127 128
128 withtype decl = decl' located 129 withtype decl = decl' located
129 130
130 datatype sidedness = 131 datatype sidedness =
131 ServerOnly 132 ServerOnly