From d3b74d23b672068e7f9e375b885292726f754f59 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Mon, 4 Nov 2013 08:38:20 -0500 Subject: Rename ListPair.map2 to ListPair.mp --- lib/ur/listPair.urs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ur/listPair.urs') 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 -- cgit v1.2.3