diff src/source.sml @ 1294:b4480a56cab7

Server-side 'onError'
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Sep 2010 08:28:07 -0400
parents c316ca3c9ec6
children 4a03aa3251cb
line wrap: on
line diff
--- a/src/source.sml	Sun Sep 05 14:00:57 2010 -0400
+++ b/src/source.sml	Tue Sep 07 08:28:07 2010 -0400
@@ -169,6 +169,7 @@
        | DStyle of string
        | DTask of exp * exp
        | DPolicy of exp
+       | DOnError of string * string list * string
 
      and str' =
          StrConst of decl list