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
commitc91d82a0ae20e93ce219709c5dce7650602be6d9 (patch)
tree147be549cbfaa9efd93aa20c61b2cd76db6b7914 /lib/ur/listPair.urs
parent5c5e76d8a816e08b8f251daf826761aae9290ed3 (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