bluefin-0.7.0.0: src/Bluefin/Capability/JumpTo.hs
module Bluefin.Capability.JumpTo
( -- | 'JumpTo' allows you to jump back to a previously-set location.
-- A "jump" is equivalent to an untyped early return, or more
-- precisely an early return of type @()@, which is itself an
-- exception of type @()@.
-- * Capability
JumpTo,
-- * Handlers
withJumpTo,
-- * Effectful operations
jumpTo,
)
where
import Bluefin.Internal