view demo/more/expandable.urs @ 1025:7facf72aaf0a

Initial form for paper assignment
author Adam Chlipala <adamc@hcoop.net>
date Sun, 01 Nov 2009 14:26:20 -0500
parents
children
line wrap: on
line source
con t :: {Unit} -> Type

val create : ctx ::: {Unit} -> xml ctx [] [] -> transaction (t ctx)
val render : ctx ::: {Unit} -> [[Body] ~ ctx] => t ([Body] ++ ctx) -> xml ([Body] ++ ctx) [] []
val expand : ctx ::: {Unit} -> t ctx -> transaction unit
val collapse : ctx ::: {Unit} -> t ctx -> transaction unit