comparison tests/listpair.ur @ 1884:5c30eea7aa78

ListPair.map2, based on code by escalier@riseup.net
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Nov 2013 19:27:30 -0500
parents
children 8297968cf7ef
comparison
equal deleted inserted replaced
1883:5125b1df6045 1884:5c30eea7aa78
1 val x = 1 :: 2 :: []
2 val y = 3 :: 4 :: []
3
4 fun main () : transaction page = return <xml>
5 {[ListPair.map2 plus x y]}
6 </xml>