Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 606 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 606 Bytes

natural-transformation Hackage version Build Status

A natural transformation transforms a container f a into another container g a. Natural transformations act as functor morphisms in category theory. Technically, f and g should be functors, but we allow any correctly-shaped structure.