annotate demo/more/dnat.urs @ 1264:79b2bcac6200

Fix bug in module path generation with module roots; push wildification through substructures
author Adam Chlipala <adamc@hcoop.net>
date Thu, 27 May 2010 10:56:52 -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 []