Path to this page:
Subject: CVS commit: pkgsrc/math/hs-kan-extensions
From: Masatake Daimon
Date: 2022-02-16 10:59:14
Message id: 20220216095914.8F959FB24@cvs.NetBSD.org
Log Message:
math/hs-kan-extensions: import hs-kan-extensions-5.2.3
This package provides tools for working with various Kan extensions and Kan
lifts in Haskell.
Among the interesting bits included are:
* Right and left Kan extensions (Ran and Lan)
* Right and left Kan lifts (Rift and Lift)
* Multiple forms of the Yoneda lemma (Yoneda)
* The Codensity monad, which can be used to improve the asymptotic
complexity of code over free monads (Codensity, Density)
* A "comonad to monad-transformer transformer" that is a special case of a
right Kan lift. (CoT, Co)
Files: