1
1
mirror of https://github.com/coot/free-category.git synced 2024-11-29 23:07:40 +03:00
free-category/examples
Marcin Szamotulski 863bf9582e Renamed API in Control.Category.FreeEff
Renamed `Control.Category.FreeEff` module as
`Control.Category.FreeEffect`
  and renamed top level terms:
  - `EffCategory` type class to `EffectCategory`
  - `FreeEffCat` to `EffCat`
  - `FreeEffCat` constructor as `Effect` and `lift` as `effect`
  - `liftCat` to `liftEffect`
  - `foldNatLift` to `foldNatEffCat`
2019-09-03 07:31:33 +00:00
..
src Renamed API in Control.Category.FreeEff 2019-09-03 07:31:33 +00:00
CHANGELOG.md Lifting (#2) 2018-12-10 19:59:39 +01:00
examples.cabal LoginStateMachine example 2018-12-16 23:12:15 +01:00
LICENSE Lifting (#2) 2018-12-10 19:59:39 +01:00
Setup.hs Lifting (#2) 2018-12-10 19:59:39 +01:00