From 0ecaa53f8c3951d695a4379dd1b353863749963a Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Mon, 20 Dec 2010 19:28:41 -0500 Subject: Fix manual mistake about '@' notations; remove obsolete demos --- demo/more/expandable.urs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 demo/more/expandable.urs (limited to 'demo/more/expandable.urs') diff --git a/demo/more/expandable.urs b/demo/more/expandable.urs deleted file mode 100644 index 820b89b7..00000000 --- a/demo/more/expandable.urs +++ /dev/null @@ -1,6 +0,0 @@ -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 -- cgit v1.2.3