Safe Haskell | Safe |
---|
Eta.Classes.Category
Description
The Category
type class defines an interface for functions.
You can create your own way of applying functions by instantiating
this type class.
It defines two methods:
id
for defining how does the identity function work.
for defining how the right-to-left function composition works