not really known
Go to file
Tom Ellis 8bbda7c76d Implement DB example/template
Thanks to Florian Beeres @cideM
2024-06-17 15:17:39 +01:00
.github/workflows Initial import 2024-02-21 10:55:42 +00:00
bluefin Export withState from Bluefin.State 2024-05-08 12:20:39 +01:00
bluefin-examples Implement DB example/template 2024-06-17 15:17:39 +01:00
bluefin-internal Support base < 4.21 2024-05-11 14:35:19 +01:00
cabal.project Implement DB example/template 2024-06-17 15:17:39 +01:00
LICENSE Initial import 2024-02-21 10:55:42 +00:00
README.md Implement DB example/template 2024-06-17 15:17:39 +01:00
TODO.md Initial import 2024-02-21 10:55:42 +00:00

Bluefin

Bluefin is an effect system for Haskell which allows you, through value-level handles, to freely mix a variety of effects including

Introduction

For an introduction to Bluefin, see the docs in the Bluefin module.

Examples

There is an bluefin-examples package which you can see in this repository at bluefin-examples/src/Bluefin/Examples.

Acknowledgements

Tom Ellis would like to thank many individuals for their work related to effect systems. Without the work of these individuals, Bluefin would not exist.