aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/list.urs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ur/list.urs')
-rw-r--r--lib/ur/list.urs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/list.urs b/lib/ur/list.urs
index 879648ea..e9e097d4 100644
--- a/lib/ur/list.urs
+++ b/lib/ur/list.urs
@@ -6,3 +6,4 @@ val rev : a ::: Type -> t a -> t a
val mp : a ::: Type -> b ::: Type -> (a -> b) -> t a -> t b
+val mapX : a ::: Type -> ctx ::: {Unit} -> (a -> xml ctx [] []) -> t a -> xml ctx [] []