diff src/core.sml @ 1294:b4480a56cab7

Server-side 'onError'
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Sep 2010 08:28:07 -0400
parents c316ca3c9ec6
children 0577be31a435
line wrap: on
line diff
--- a/src/core.sml	Sun Sep 05 14:00:57 2010 -0400
+++ b/src/core.sml	Tue Sep 07 08:28:07 2010 -0400
@@ -136,6 +136,7 @@
        | DStyle of string * int * string
        | DTask of exp * exp
        | DPolicy of exp
+       | DOnError of int
 
 withtype decl = decl' located