| Copyright | (c) Erich Gut |
|---|---|
| License | BSD3 |
| Maintainer | zerich.gut@gmail.com |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
OAlg.Control.Solver
Description
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