:load test/syntax-clause/clauses.disco
zipWithN (\x, y. x*y + 1) [1,2,3] [4,5,6]
append ([1,2,3], [4,5,6])
