summaryrefslogtreecommitdiff
path: root/lib/ur/listPair.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-11-04 08:38:20 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2013-11-04 08:38:20 -0500
commitd3b74d23b672068e7f9e375b885292726f754f59 (patch)
tree147be549cbfaa9efd93aa20c61b2cd76db6b7914 /lib/ur/listPair.urs
parentd2196dbd5c4379bdbc307d2035c8a07ef09b592d (diff)
Rename ListPair.map2 to ListPair.mp
Diffstat (limited to 'lib/ur/listPair.urs')
-rw-r--r--lib/ur/listPair.urs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ur/listPair.urs b/lib/ur/listPair.urs
index 218b9420..b473e226 100644
--- a/lib/ur/listPair.urs
+++ b/lib/ur/listPair.urs
@@ -6,5 +6,5 @@ val mapX : a ::: Type -> b ::: Type -> ctx ::: {Unit}
val all : a ::: Type -> b ::: Type -> (a -> b -> bool) -> list a -> list b -> bool
-val map2 : a ::: Type -> b ::: Type -> c ::: Type
- -> (a -> b -> c) -> list a -> list b -> list c
+val mp : a ::: Type -> b ::: Type -> c ::: Type
+ -> (a -> b -> c) -> list a -> list b -> list c