diff lib/ur/basis.urs @ 726:6fc633d990e7

onError
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Apr 2009 12:36:01 -0400
parents 12ec14a6be0b
children ba4c230b7231
line wrap: on
line diff
--- a/lib/ur/basis.urs	Thu Apr 16 12:07:21 2009 -0400
+++ b/lib/ur/basis.urs	Thu Apr 16 12:36:01 2009 -0400
@@ -550,6 +550,7 @@
 
 (** Aborting *)
 
-val error : t ::: Type -> xml [Body] [] [] -> t
+val error : t ::: Type -> xbody -> t
 
-
+val onError : (xbody -> transaction unit) -> transaction unit
+(* Client-side only *)