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