Skip to content

Commit

Permalink
Fix compiles for crux
Browse files Browse the repository at this point in the history
  • Loading branch information
robdockins committed Jan 29, 2021
1 parent af35fc2 commit c5a39e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crux/src/Crux/Goal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import What4.Protocol.SMTWriter( mkFormula, assumeFormulaWithFreshName
import qualified What4.Solver as WS
import Lang.Crucible.Backend
import Lang.Crucible.Backend.Online
( OnlineBackendState, withSolverProcess, enableOnlineBackend )
( OnlineBackend, withSolverProcess, enableOnlineBackend )
import Lang.Crucible.Simulator.SimError
( SimError(..), SimErrorReason(..) )
import Lang.Crucible.Simulator.ExecutionTree
Expand Down Expand Up @@ -326,10 +326,10 @@ dispatchSolversOnGoalAsync mtimeoutSeconds adapters withAdapter = do
-- 'SimCtxt'. We do that so that we can use separate solvers for path
-- satisfiability checking and goal discharge.
proveGoalsOnline ::
( sym ~ ExprBuilder s (OnlineBackendState solver) fs
( sym ~ OnlineBackend s solver fs
, ast ~ SimError
, OnlineSolver solver
, goalSym ~ ExprBuilder s (OnlineBackendState goalSolver) fs
, goalSym ~ OnlineBackend s goalSolver fs
, OnlineSolver goalSolver
, HasModel personality
, ?outputConfig :: OutputConfig
Expand Down

0 comments on commit c5a39e5

Please sign in to comment.