Skip to content

Commit

Permalink
trim exports
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 6, 2024
1 parent 5097f8b commit f5fe211
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Data/SBV/Control.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ module Data.SBV.Control (
-- * User queries
ExtractIO(..), MonadQuery(..), Query, query

-- * Create a fresh variable
, freshVar_, freshVar

-- * Checking satisfiability
, CheckSatResult(..), checkSat, ensureSat, checkSatUsing, checkSatAssuming, checkSatAssumingWithUnsatisfiableSet

-- * Querying the solver
-- ** Extracting values
, getValue, registerUISMTFunction, registerSMTType, getFunction, getUninterpretedValue, getModel, getAssignment, getSMTResult, getUnknownReason, getObservables
, registerUISMTFunction, registerSMTType, getFunction, getUninterpretedValue, getModel, getAssignment, getSMTResult, getUnknownReason, getObservables

-- ** Extracting the unsat core
, getUnsatCore
Expand Down

0 comments on commit f5fe211

Please sign in to comment.