comparison src/mono.sml @ 1294:b4480a56cab7

Server-side 'onError'
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Sep 2010 08:28:07 -0400
parents acabf3935060
children 02fc16faecf3
comparison
equal deleted inserted replaced
1293:acabf3935060 1294:b4480a56cab7
149 | DStyle of string 149 | DStyle of string
150 150
151 | DTask of exp * exp 151 | DTask of exp * exp
152 152
153 | DPolicy of policy 153 | DPolicy of policy
154 | DOnError of int
154 155
155 withtype decl = decl' located 156 withtype decl = decl' located
156 157
157 type file = decl list 158 type file = decl list
158 159