annotate demo/more/dnat.urs @ 1295:929981850d9d

'tryDml' works with Postgres
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Sep 2010 09:06:13 -0400
parents e47303e5d73d
children
rev   line source
adamc@1015 1 type t
adamc@1015 2
adamc@1015 3 val zero : transaction t
adamc@1015 4 val inc : t -> transaction unit
adamc@1015 5 val dec : t -> transaction unit
adamc@1015 6
adamc@1015 7 val render : ctx ::: {Unit} -> inp ::: {Type} -> [[Body] ~ ctx] =>
adamc@1015 8 xml ([Body] ++ ctx) inp [] -> t -> xml ([Body] ++ ctx) inp []