liquid-fixpoint-0.6.0.1: 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) => Config -> SInfo a -> IO (Result (Integer, a)) Source #