From 005fbe2dd67c6ec77282179032f94ffa6cb7788c Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 7 Jun 2009 16:45:00 -0400 Subject: Fix datatype import bug in Elaborate; fix server-side source setting; more standard library stuff --- lib/ur/listPair.urs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ur/listPair.urs') diff --git a/lib/ur/listPair.urs b/lib/ur/listPair.urs index 55a34b3a..0c5e5443 100644 --- a/lib/ur/listPair.urs +++ b/lib/ur/listPair.urs @@ -1,2 +1,4 @@ val mapX : a ::: Type -> b ::: Type -> ctx ::: {Unit} -> (a -> b -> xml ctx [] []) -> list a -> list b -> xml ctx [] [] + +val all : a ::: Type -> b ::: Type -> (a -> b -> bool) -> list a -> list b -> bool -- cgit v1.2.3