packages feed

disco-0.1.0.0: test/syntax-clause/input

: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])