bluefin-0.7.0.0: src/Bluefin/Capability/Throw.hs
module Bluefin.Capability.Throw
( -- * Capability
Throw,
-- * Handlers
try,
handle,
catch,
-- * Effectful operations
throw,
rethrowIO,
)
where
import Bluefin.Internal