pointless-fun: Some common point-free combinators.

[ bsd3, combinators, composition, library, utils ] [ Propose Tags ]

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
Change log CHANGELOG
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Copyright Copyright (c) 2009–2021 wren gayle romano
Author wren gayle romano, Matt Hellige
Maintainer wren@cpan.org
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
Uploaded by WrenRomano at 2021-10-18T06:11:07Z
Distributions LTSHaskell:1.1.0.8, NixOS:1.1.0.8, Stackage:1.1.0.8
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 4335 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-10-18 [all 1 reports]

Readme for pointless-fun-1.1.0.8

[back to package description]

pointless-fun

Hackage version Build Status Dependencies

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.