1
1
mirror of https://github.com/coot/free-category.git synced 2024-09-11 14:17:30 +03:00
Free categories, free arrows and free categories with monadic actions
Go to file
2019-01-06 15:38:40 +01:00
.circleci Install cachix from cachix.org 2019-01-06 15:38:40 +01:00
examples LoginStateMachine example 2018-12-16 23:12:15 +01:00
nix nix: ghc802 build 2018-12-16 23:12:15 +01:00
src/Control Lifting (#2) 2018-12-10 19:59:39 +01:00
.travis.yml travis: ghc-862 2018-12-16 23:12:16 +01:00
cabal.project Lifting (#2) 2018-12-10 19:59:39 +01:00
ChangeLog.md Initial version 2018-11-03 17:52:30 +01:00
default.nix nix: ghc802 build 2018-12-16 23:12:15 +01:00
free-category.cabal Lifting (#2) 2018-12-10 19:59:39 +01:00
LICENSE Initial commit 2018-08-26 19:12:12 +02:00
pkg.nix nix scripts 2018-10-22 00:09:31 +02:00
README.md Update README 2018-12-16 23:12:15 +01:00
shell.nix nix: ghc802 build 2018-12-16 23:12:15 +01:00

Free Category

Maintainer: coot CircleCI

This package introduces variouos encodings of free categories in Haskell.

Free categories are useful to model state machines in a simple yet type safe way and for that purpose Kleisli categroies are a very useful target which allows to include monadic computations.

Some examples