composition-prelude

Higher-order function combinators

Version on this page:1.5.3.1
LTS Haskell 22.17:3.0.0.2
Stackage Nightly 2024-04-19: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-1.5.3.1@sha256:6afda35c8c8e8c6e0657bdad5fcf1b846962366798ea417e3e65045b7bf0c115,1069

Module documentation for 1.5.3.1

Depends on 1 package(full list with versions):
Used by 1 package in lts-12.19(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

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