Mercurial > urweb
diff demo/more/dlist.urs @ 963:6f9d1565de56
Testing Dlist MaxLength with constant value
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 19 Sep 2009 13:55:37 -0400 |
parents | 7e7edfb6fe82 |
children | fbc3a0eef45a |
line wrap: on
line diff
--- a/demo/more/dlist.urs Sat Sep 19 13:44:12 2009 -0400 +++ b/demo/more/dlist.urs Sat Sep 19 13:55:37 2009 -0400 @@ -13,6 +13,7 @@ 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