| |||||||||
| |||||||||
| Description | |||||||||
| Synopsis | |||||||||
| |||||||||
| Documentation | |||||||||
| class Category cat where | |||||||||
| |||||||||
| (<<<) :: Category cat => cat b c -> cat a b -> cat a c | |||||||||
| Right-to-left composition | |||||||||
| (>>>) :: Category cat => cat a b -> cat b c -> cat a c | |||||||||
| Left-to-right composition | |||||||||
| Produced by Haddock version 2.6.0 |