applicable: A class for things that can be applied

[ data, library, mit ] [ Propose Tags ]

A class for things that can be applied, and utility newtypes


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.1.0
Change log CHANGELOG.md
Dependencies base (>=4.14 && <=4.16) [details]
License MIT
Copyright ⓒ 2022 Anselm Schüler
Author Anselm Schüler
Maintainer mail@anselmschueler.com
Category Data
Home page https://github.com/schuelermine/applicable
Bug tracker https://github.com/schuelermine/applicable/issues
Uploaded by anselmschueler at 2022-06-27T18:36:44Z
Distributions NixOS:0.4.1.0
Downloads 228 total (9 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 applicable-0.3.0.0

[back to package description]

Applicable

This Haskell package provides the Data.Applicable module, containing the Applicable class, for things that can be applied. Use the ($*) operator to apply them. You should probably use the FlexibleContexts extension.