Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bluefin.Jump
Documentation
Jump
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 ()
.
Handle
type Jump = EarlyReturn () #