liquid-fixpoint-0.9.6.3.4: Predicate Abstraction-based Horn-Clause/Implication Constraint Solver
Safe HaskellNone
LanguageHaskell98

Language.Fixpoint.Solver.Common

Documentation

askSMT Source #

Arguments

:: HasCallStack 
=> Config 
-> [(Symbol, Sort)]

symbols already declared in the SMT solver

-> [(Symbol, Sort)]

symbols to declare in the SMT solver

-> Expr 
-> SmtM Bool