Safe Haskell | None |
---|---|
Language | Haskell2010 |
What4.Utils.Versions
Contents
Synopsis
- ver :: Text -> Q Exp
- data SolverBounds = SolverBounds {}
- emptySolverBounds :: SolverBounds
- parseSolverBounds :: FilePath -> IO [(Text, SolverBounds)]
- computeDefaultSolverBounds :: Q Exp
Documentation
data SolverBounds Source #
Constructors
SolverBounds | |
Instances
Lift SolverBounds Source # | |
Defined in What4.Utils.Versions |
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.