Copyright | (c) Erich Gut |
---|---|
License | BSD3 |
Maintainer | zerich.gut@gmail.com |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Result Type For Solving Algebraic Problems
monad to solve algebraic problems which may fail because it is not solvable or ...
failure :: Exception e => e -> Solver x Source #
throwing exception in to
to express unsolvable.Solver