composition-prelude

Higher-order function combinators

Version on this page:2.0.0.0
LTS Haskell 22.14:3.0.0.2
Stackage Nightly 2024-03-28:3.0.0.2
Latest on Hackage:3.0.0.2

See all snapshots composition-prelude appears in

BSD-3-Clause licensed by Vanessa McHale
Maintained by [email protected]
This version can be pinned in stack with:composition-prelude-2.0.0.0@sha256:1362c788e5d6d59d9e467ed03501e439f237d81f2d4c96867ea4c0ed22789f2b,1069

Module documentation for 2.0.0.0

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2018-09-21(full list with versions):

composition-prelude

Higher-order function composition.

An alternate version of what’s provided in composition and composition-extra.

Changes

composition-prelude

2.0.0.0

  • Fix fixity of various operators

1.5.3.0

  • Add between and ~@~

1.5.2.0

  • Add monadic versions of various composition operators.
  • Performance improvements related to the inliner

1.5.1.0

  • Add threadM
  • Generalize thread to work on any Foldable of functions