annotate demo/more/dnat.urs @ 1120:74f2eb3b0606

Basis.debug; more restrictive type for Basis.form; weaken definition of polymorphic-ness for especialization
author Adam Chlipala <adamc@hcoop.net>
date Thu, 07 Jan 2010 14:02:58 -0500
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 []