diff lib/ur/listPair.urs @ 844:74a1e3bdf430

Fix datatype import bug in Elaborate; fix server-side source setting; more standard library stuff
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Jun 2009 16:45:00 -0400
parents 5f49a6b759cb
children 0d30e6338c65
line wrap: on
line diff
--- a/lib/ur/listPair.urs	Sun Jun 07 14:15:22 2009 -0400
+++ b/lib/ur/listPair.urs	Sun Jun 07 16:45:00 2009 -0400
@@ -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