diff src/elab.sml @ 1294:b4480a56cab7

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