Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1024:93415bcf54c0 | 1025:7facf72aaf0a |
---|---|
1 con t :: {Unit} -> Type | |
2 | |
3 val create : ctx ::: {Unit} -> xml ctx [] [] -> transaction (t ctx) | |
4 val render : ctx ::: {Unit} -> [[Body] ~ ctx] => t ([Body] ++ ctx) -> xml ([Body] ++ ctx) [] [] | |
5 val expand : ctx ::: {Unit} -> t ctx -> transaction unit | |
6 val collapse : ctx ::: {Unit} -> t ctx -> transaction unit |