annotate demo/more/dnat.urs @ 1203:a75c66dd2aeb

Relax checking of table implications
author Adam Chlipala <adamc@hcoop.net>
date Sun, 04 Apr 2010 16:44:34 -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 []