aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/listPair.urs
blob: 55a34b3a33c0d1e5116d8e1fcdeb022a22a2ddcb (plain)
1
2
val mapX : a ::: Type -> b ::: Type -> ctx ::: {Unit}
           -> (a -> b -> xml ctx [] []) -> list a -> list b -> xml ctx [] []