summaryrefslogtreecommitdiff
path: root/lib/ur/listPair.urs
diff options
context:
space:
mode:
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