Gabor Greif
963b3f1221
Tweaks
2020-10-19 18:39:42 +02:00
Gabor Greif
afb22286df
Fix Edwin's name
2020-10-19 18:39:42 +02:00
Marcin Szamotulski
2a0f1603fe
Updated cabal files and ChangeLog.md file
2020-07-22 19:27:12 +02:00
Marcin Szamotulski
c5d626e3a5
Removed Cat type
...
It's not performing as good as 'Queue' or 'ListTr'.
2019-12-05 02:20:14 +01:00
Marcin Szamotulski
13bc4de0dc
Added README
2019-09-29 20:46:19 +01:00
Marcin Szamotulski
6702b0974d
Modify example
...
Simplify types, but use 'KleisliS' newtype wrapper.
2019-09-29 20:46:19 +01:00
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
Marcin Szamotulski
ecc808dc7d
Stylistic changes
2019-08-24 10:28:08 +02:00
Gabor Greif
2cdbb82c09
Proofreading ( #3 )
...
@ggreif thanks for proofreading!
2019-01-26 11:20:29 +01:00
Marcin Szamotulski
bb0e91b631
Rename: EffCategory, FreeEffCat
2019-01-26 10:53:06 +01:00
Marcin Szamotulski
7efa4c4430
Use callCabal2nix
2019-01-08 22:07:22 +01:00
Marcin Szamotulski
786cb93890
LoginStateMachine example
2018-12-16 23:12:15 +01:00
Marcin Szamotulski
62d0bbe4fe
Lifting ( #2 )
...
* Initial LoginStateMachine implementation
* Nicer interface
* Lifting instance for (->) and Identity, liftKleisli function
* Added Control.Category.Lifting to free-algebras
* Reoder Lifting module
* Fixed haddoc documentation
* examples.cabal - base version
* reconfigure circle-ci
* Fixed error in GHC-8.6.1
2018-12-10 19:59:39 +01:00