summaryrefslogtreecommitdiff
path: root/demo/more/dnat.urs
diff options
context:
space:
mode:
Diffstat (limited to 'demo/more/dnat.urs')
-rw-r--r--demo/more/dnat.urs8
1 files changed, 0 insertions, 8 deletions
diff --git a/demo/more/dnat.urs b/demo/more/dnat.urs
deleted file mode 100644
index 2dd7e938..00000000
--- a/demo/more/dnat.urs
+++ /dev/null
@@ -1,8 +0,0 @@
-type t
-
-val zero : transaction t
-val inc : t -> transaction unit
-val dec : t -> transaction unit
-
-val render : ctx ::: {Unit} -> inp ::: {Type} -> [[Body] ~ ctx] =>
- xml ([Body] ++ ctx) inp [] -> t -> xml ([Body] ++ ctx) inp []