haskell - Is there a package on hackage with common utils/idioms from other functional(ish) languages? -
f# has great util function (|>) b = b a
can readability long chains of function applications. redefine easily, it's part of class of convenience functions (another tupleapply f (a, b) = f b
don't belong anywhere file called "utils.hs". there package "sugar" i'm looking for, or best practice avoid using idioms that?
Comments
Post a Comment