numhask-0.5.0: numeric classes

Safe HaskellSafe
LanguageHaskell2010

NumHask.Exception

Synopsis

Documentation

throw :: Exception e => e -> a #

Throw an exception. Exceptions may be thrown from purely functional code, but may only be caught within the IO monad.