|
|
|
|
|
by tromp
2253 days ago
|
|
Wondering how pointless differed from Haskell, I looked up the syntax for composition and found compose(a, b) = x => a(b(x))
It's indeed more pointless than Haskell:-)Btw, the `x' in that definition is the `point' from which the name originates. |
|