@hackage / applicable

A class for things that can be applied

Latest0.4.1.0

About

Metadata

  • Last updated , by anselmschueler
  • License MIT
  • Maintained by: mail@anselmschueler.com

  • Lottery factor: 0

Links

Installation

Readme

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.