aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/listPair.urs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ur/listPair.urs')
-rw-r--r--lib/ur/listPair.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ur/listPair.urs b/lib/ur/listPair.urs
new file mode 100644
index 00000000..55a34b3a
--- /dev/null
+++ b/lib/ur/listPair.urs
@@ -0,0 +1,2 @@
+val mapX : a ::: Type -> b ::: Type -> ctx ::: {Unit}
+ -> (a -> b -> xml ctx [] []) -> list a -> list b -> xml ctx [] []