From 1b7715d8fbe242f8069f2d3ed061f47ec5749fff Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 15 Sep 2009 15:48:53 -0400 Subject: Filters implementation type-checking --- demo/more/dlist.urs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/more/dlist.urs') diff --git a/demo/more/dlist.urs b/demo/more/dlist.urs index fcfe15ee..a55a1774 100644 --- a/demo/more/dlist.urs +++ b/demo/more/dlist.urs @@ -1,7 +1,7 @@ con dlist :: Type -> Type type position -val create : t ::: Type -> transaction (dlist t) +val create : t ::: Type -> {Filter : t -> signal bool} -> transaction (dlist t) val clear : t ::: Type -> dlist t -> transaction unit val append : t ::: Type -> dlist t -> t -> transaction position val delete : position -> transaction unit -- cgit v1.2.3