aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/dlist.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-09-19 13:55:37 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-09-19 13:55:37 -0400
commitc9c3eaa4c489077ef0199eacc16674b328348734 (patch)
tree01b86deb0a5b412de199989ae743ac05b0574544 /demo/more/dlist.urs
parentdf4c988ff8d326d0e6c94d9d31712c3bd3a53eb0 (diff)
Testing Dlist MaxLength with constant value
Diffstat (limited to 'demo/more/dlist.urs')
-rw-r--r--demo/more/dlist.urs1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/more/dlist.urs b/demo/more/dlist.urs
index cd42f9ee..4da61863 100644
--- a/demo/more/dlist.urs
+++ b/demo/more/dlist.urs
@@ -13,6 +13,7 @@ val foldl : t ::: Type -> acc ::: Type -> (t -> acc -> signal acc) -> acc -> dli
val render : ctx ::: {Unit} -> [ctx ~ body] => t ::: Type
-> (t -> position -> xml (ctx ++ body) [] [])
-> {StartPosition : signal (option int),
+ MaxLength : signal (option int),
Filter : t -> signal bool,
Sort : signal (option (t -> t -> signal bool)) (* <= *)}
-> dlist t