Hacker News new | ask | show | jobs
by suremarc 1428 days ago
> Composition: f ⭘ g = g(f(x))

This should be reversed. It is not defined this way in mathematics nor in Haskell.

1 comments

Thanks! Reversing.