aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/listPair.urs
blob: 0c5e5443ed753461ad4bf010f3e888a8576dc9c8 (plain)
1
2
3
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