Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- ver :: Text -> Q Exp
- data SolverBounds = SolverBounds {}
- emptySolverBounds :: SolverBounds
- parseSolverBounds :: FilePath -> IO [(Text, SolverBounds)]
- computeDefaultSolverBounds :: Q Exp
Documentation
data SolverBounds Source #
Instances
Lift SolverBounds Source # | |
Defined in What4.Utils.Versions lift :: SolverBounds -> Q Exp # liftTyped :: SolverBounds -> Q (TExp SolverBounds) # |
parseSolverBounds :: FilePath -> IO [(Text, SolverBounds)] Source #
This method parses configuration files describing the upper and lower bounds of solver versions we expect to work correctly with What4. See the file "solverBounds.config" for examples of how such bounds are specified.