diff 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
line wrap: on
line diff
--- a/src/cjr.sml	Sun Sep 05 14:00:57 2010 -0400
+++ b/src/cjr.sml	Tue Sep 07 08:28:07 2010 -0400
@@ -124,6 +124,7 @@
        | DStyle of string
 
        | DTask of task * exp
+       | DOnError of int
 
 withtype decl = decl' located