liquid-fixpoint-0.8.0.2: Predicate Abstraction-based Horn-Clause/Implication Constraint Solver

Safe HaskellNone
LanguageHaskell98

Language.Fixpoint.Solver.Solve

Description

Solve a system of horn-clause constraints ---------------------------------

Documentation

solve :: (NFData a, Fixpoint a, Show a, Loc a) => Config -> SInfo a -> IO (Result (Integer, a)) Source #