Say that Bluefin allows making new effects too

This commit is contained in:
Tom Ellis 2024-04-27 21:40:14 +01:00
parent 0a0879f6e6
commit 2364aa29da

View File

@ -10,6 +10,8 @@ module Bluefin
-- * "Bluefin.State", for mutable state
-- * "Bluefin.Stream", for streams
--
-- and to create your own effects in terms of existing ones
-- ("Bluefin.Compound").
-- Bluefin effects are accessed explicitly though
-- value-level handles.