pointless-fun: Some common point-free combinators.

[ bsd3, combinators, composition, library, utils ] [ Propose Tags ] [ Report a vulnerability ]

Some common point-free combinators.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1.0, 1.1.0.1, 1.1.0.5, 1.1.0.6, 1.1.0.8, 1.1.0.13
Change log CHANGELOG
Dependencies base (>=4 && <5) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.3, ghc ==9.0.1, ghc ==9.2.4, ghc ==9.4.8, ghc ==9.6.5, ghc ==9.8.2, ghc ==9.10.1, ghc ==9.12.1, ghc ==9.14.1
License BSD-3-Clause
Copyright 2009–2025 wren romano
Author wren gayle romano, Matt Hellige
Maintainer wren@cpan.org
Uploaded by WrenRomano at 2026-02-28T23:21:56Z
Category Combinators, Composition, Utils
Home page https://wrengr.org/software/hackage.html
Bug tracker https://github.com/wrengr/pointless-fun/issues
Source repo head: git clone https://github.com/wrengr/pointless-fun.git
Distributions LTSHaskell:1.1.0.8, NixOS:1.1.0.8, Stackage:1.1.0.8
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 4694 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for pointless-fun-1.1.0.13

[back to package description]

pointless-fun

CI Status Hackage version Stackage LTS version Stackage Nightly version

Some common point-free combinators. Including strict composition, and type-signature-like combinators for coercing inputs and outputs of functions.

Install

This is a simple package and should be easy to install. You should be able to use the standard:

$> cabal install pointless-fun

Portability

This library is fully Haskell98 compliant.