Copyright | (c) Erich Gut |
---|---|
License | BSD3 |
Maintainer | zerich.gut@gmail.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
arithmetic exceptions.
Documentation
data ArithmeticException Source #
arithmetic exceptions which are sub exceptions from SomeOAlgException
.
NotAddable | |
NotMultiplicable | |
NotInvertible | |
UndefinedScalarproduct | |
NotExponential | |
NotEndo | |
NotTransformable | |
NoMinusOne | |
NotApplicable |
Instances
Exception ArithmeticException Source # | |
Show ArithmeticException Source # | |
Defined in OAlg.Structure.Exception showsPrec :: Int -> ArithmeticException -> ShowS # show :: ArithmeticException -> String # showList :: [ArithmeticException] -> ShowS # | |
Eq ArithmeticException Source # | |
Defined in OAlg.Structure.Exception (==) :: ArithmeticException -> ArithmeticException -> Bool # (/=) :: ArithmeticException -> ArithmeticException -> Bool # |