comparison lib/ur/listPair.urs @ 846:0d30e6338c65

Some standard library reorgs and additions; handle mutual datatypes better in Specialize
author Adam Chlipala <adamc@hcoop.net>
date Tue, 09 Jun 2009 18:11:59 -0400
parents 74a1e3bdf430
children 1c2f335297b7
comparison
equal deleted inserted replaced
845:6725d73c3c31 846:0d30e6338c65
1 val foldlPartial : a ::: Type -> b ::: Type -> c ::: Type
2 -> (a -> b -> c -> option c) -> c -> list a -> list b -> option c
3
1 val mapX : a ::: Type -> b ::: Type -> ctx ::: {Unit} 4 val mapX : a ::: Type -> b ::: Type -> ctx ::: {Unit}
2 -> (a -> b -> xml ctx [] []) -> list a -> list b -> xml ctx [] [] 5 -> (a -> b -> xml ctx [] []) -> list a -> list b -> xml ctx [] []
3 6
4 val all : a ::: Type -> b ::: Type -> (a -> b -> bool) -> list a -> list b -> bool 7 val all : a ::: Type -> b ::: Type -> (a -> b -> bool) -> list a -> list b -> bool