natural-transformation: A natural transformation package.

[ bsd3, control, library ] [ Propose Tags ]

A natural transformation transforms a container f a into another container g a while preserving the internal structure. Natural transformations act as functor morphisms in category theory.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.4
Change log CHANGELOG.md
Dependencies base (>=4.6 && <4.9) [details]
License BSD-3-Clause
Copyright Copyright (c) 2015 The University of Kansas
Author Andy Gill
Maintainer Andy Gill <andygill@ku.edu>
Revised Revision 1 made by phadej at 2016-04-12T07:25:06Z
Category Control
Home page https://github.com/ku-fpg/natural-transformation
Bug tracker https://github.com/ku-fpg/natural-transformation/issues
Source repo head: git clone git://github.com/ku-fpg/natural-transformation
Uploaded by ryanglscott at 2015-03-24T19:14:58Z
Distributions Arch:0.4, Debian:0.4, Fedora:0.4, LTSHaskell:0.4, NixOS:0.4, Stackage:0.4
Reverse Dependencies 17 direct, 719 indirect [details]
Downloads 19200 total (61 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-24 [all 1 reports]

Readme for natural-transformation-0.2

[back to package description]

natural-transformation Hackage version Build Status

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