Description
A class for things that can be applied.
Description
A class for things that can be applied, and utility newtypes
README.md
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.