squares: The double category of Hask functors and profunctors

[ bsd3, category-theory, library, math ] [ Propose Tags ]

A library for working with natural transformations of type

forall a b. p a b -> q (f a) (g b)

[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, 0.0.1, 0.1, 0.1.1, 0.2, 0.2.1
Change log CHANGELOG.md
Dependencies adjunctions (>=4 && <5), base (>=4.9 && <5), comonad (>=5 && <6), distributive (>=0.6 && <0.7), profunctors (>=5 && <6) [details]
License BSD-3-Clause
Author Sjoerd Visscher
Maintainer sjoerd@w3future.com
Revised Revision 1 made by SjoerdVisscher at 2020-05-26T15:16:12Z
Category Math
Home page https://github.com/sjoerdvisscher/squares
Bug tracker https://github.com/sjoerdvisscher/squares/issues
Source repo head: git clone git://github.com/sjoerdvisscher/squares.git
Uploaded by SjoerdVisscher at 2020-05-26T14:42:59Z
Distributions NixOS:0.2.1
Downloads 705 total (22 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 2020-05-26 [all 1 reports]

Readme for squares-0.1

[back to package description]

squares

squares is a library for working with natural transformations of type forall a b. p a b -> q (f a) (g b). These are squares in the double category of Haskell functors and profunctors.

See the Data.Square module for an introduction.