data-type-0.0.1: Basic type wrangling types and classes
Data.Type.Apply
class Apply f a r | f a -> r whereSource
Methods
apply :: f -> a -> rSource
Instances