| Copyright | (c) 2013-2015 Galois, Inc. |
|---|---|
| License | BSD3 |
| Maintainer | cryptol@galois.com |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Cryptol.TypeCheck.Solver.Numeric
Description
Solver code that does not depend on the type inference monad.
Documentation
numericStep :: OrdFacts -> Goal -> Solved Source
Try to perform a single step of simplification for a numeric goal. We assume that the substitution has been applied to the goal.