summaryrefslogtreecommitdiff
path: root/demo/more/checkGroup.urs
blob: d448527e3dbc79d69f2e5acc829f52b4c77baefb (plain)
1
2
3
4
5
con t :: {Unit} -> Type -> Type

val create : ctx ::: {Unit} -> data ::: Type -> list (data * xml ctx [] [] * bool) -> transaction (t ctx data)
val render : ctx ::: {Unit} -> data ::: Type -> [[Body] ~ ctx] => t ([Body] ++ ctx) data -> xml ([Body] ++ ctx) [] []
val selected : ctx ::: {Unit} -> data ::: Type -> t ctx data -> signal (list data)