aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/listpair.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/listpair.ur')
-rw-r--r--tests/listpair.ur6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/listpair.ur b/tests/listpair.ur
new file mode 100644
index 00000000..4ecacfd3
--- /dev/null
+++ b/tests/listpair.ur
@@ -0,0 +1,6 @@
+val x = 1 :: 2 :: []
+val y = 3 :: 4 :: []
+
+fun main () : transaction page = return <xml>
+ {[ListPair.map2 plus x y]}
+</xml>