comparison 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
comparison
equal deleted inserted replaced
725:4c5796512edc 726:6fc633d990e7
548 unit -> tag [] ([Body, Tr] ++ other) ([Body] ++ other) [] [] 548 unit -> tag [] ([Body, Tr] ++ other) ([Body] ++ other) [] []
549 549
550 550
551 (** Aborting *) 551 (** Aborting *)
552 552
553 val error : t ::: Type -> xml [Body] [] [] -> t 553 val error : t ::: Type -> xbody -> t
554 554
555 555 val onError : (xbody -> transaction unit) -> transaction unit
556 (* Client-side only *)