bluefin-0.0.0.0: src/Bluefin/Jump.hs
module Bluefin.Jump
( -- | Jump allows you to jump back to a previously-set location.
-- It is not documented yet.
-- * Handle
Jump,
-- * Handlers
withJump,
-- * Effectful operations
jumpTo,
)
where
import Bluefin.Internal