comparison demo/more/checkGroup.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 -> Type
2
3 val create : ctx ::: {Unit} -> data ::: Type -> list (data * xml ctx [] [] * bool) -> transaction (t ctx data)
4 val render : ctx ::: {Unit} -> data ::: Type -> [[Body] ~ ctx] => t ([Body] ++ ctx) data -> xml ([Body] ++ ctx) [] []
5 val selected : ctx ::: {Unit} -> data ::: Type -> t ctx data -> signal (list data)