comparison src/expl.sml @ 1294:b4480a56cab7

Server-side 'onError'
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Sep 2010 08:28:07 -0400
parents c316ca3c9ec6
children 1aa9629e3a4c
comparison
equal deleted inserted replaced
1293:acabf3935060 1294:b4480a56cab7
147 | DDatabase of string 147 | DDatabase of string
148 | DCookie of int * string * int * con 148 | DCookie of int * string * int * con
149 | DStyle of int * string * int 149 | DStyle of int * string * int
150 | DTask of exp * exp 150 | DTask of exp * exp
151 | DPolicy of exp 151 | DPolicy of exp
152 | DOnError of int * string list * string
152 153
153 and str' = 154 and str' =
154 StrConst of decl list 155 StrConst of decl list
155 | StrVar of int 156 | StrVar of int
156 | StrProj of str * string 157 | StrProj of str * string