Closed cndreisbach closed 11 years ago
funl> [1, 2, 3]:1 2 funl> 1 | [1, 2, 3] [Function]
These should be equivalent. | works correctly when dealing only with functions.
|
Actually, after thinking about this for a while, I disagree with myself. Composition is not the same as application and should not work the same.
These should be equivalent.
|
works correctly when dealing only with functions.