diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/listpair.ur | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/listpair.ur b/tests/listpair.ur index 4ecacfd3..641b7a04 100644 --- a/tests/listpair.ur +++ b/tests/listpair.ur @@ -2,5 +2,5 @@ val x = 1 :: 2 :: [] val y = 3 :: 4 :: [] fun main () : transaction page = return <xml> - {[ListPair.map2 plus x y]} + {[ListPair.mp plus x y]} </xml> |