summaryrefslogtreecommitdiff
path: root/demo/more/checkGroup.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-12-20 19:28:41 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2010-12-20 19:28:41 -0500
commit0ecaa53f8c3951d695a4379dd1b353863749963a (patch)
treeebf76ca34c81803bf8385e4fae1e61bc5bf300d2 /demo/more/checkGroup.urs
parent75557c308d78c533a5576f5223e7a67952761fb1 (diff)
Fix manual mistake about '@' notations; remove obsolete demos
Diffstat (limited to 'demo/more/checkGroup.urs')
-rw-r--r--demo/more/checkGroup.urs5
1 files changed, 0 insertions, 5 deletions
diff --git a/demo/more/checkGroup.urs b/demo/more/checkGroup.urs
deleted file mode 100644
index d448527e..00000000
--- a/demo/more/checkGroup.urs
+++ /dev/null
@@ -1,5 +0,0 @@
-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)