Mercurial > urweb
comparison lib/ur/basis.urs @ 727:ba4c230b7231
Show XML
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 16 Apr 2009 12:43:55 -0400 |
parents | 6fc633d990e7 |
children | 2197f0e24a9f |
comparison
equal
deleted
inserted
replaced
726:6fc633d990e7 | 727:ba4c230b7231 |
---|---|
552 | 552 |
553 val error : t ::: Type -> xbody -> t | 553 val error : t ::: Type -> xbody -> t |
554 | 554 |
555 val onError : (xbody -> transaction unit) -> transaction unit | 555 val onError : (xbody -> transaction unit) -> transaction unit |
556 (* Client-side only *) | 556 (* Client-side only *) |
557 | |
558 val show_xml : ctx ::: {Unit} -> use ::: {Type} -> bind ::: {Type} -> show (xml ctx use bind) |