bluefin-0.0.0.0: src/Bluefin/Compound.hs
module Bluefin.Compound
( -- | @Compound@ allows combining two effects into one, for
-- encapsulation. It is not documented yet.
-- * Handle
Compound,
-- * Handler
runCompound,
-- * Effectful operations
withCompound,
)
where
import Bluefin.Internal