Popularity
8.2
Declining
Activity
3.7
-
16
21
1

Monthly Downloads: 49
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Control    
Latest version: v0.4

natural-transformation alternatives and similar packages

Based on the "Control" category.
Alternatively, view natural-transformation alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of natural-transformation or a related project?

Add another 'Control' Package

README

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.