summaryrefslogtreecommitdiff
path: root/tests/listpair.ur
blob: 4ecacfd305c06df9f528841135f876831732488e (plain)
1
2
3
4
5
6
val x = 1 :: 2 :: []
val y = 3 :: 4 :: []

fun main () : transaction page = return <xml>
  {[ListPair.map2 plus x y]}
</xml>