Skip to content

Commit

Permalink
squash a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
robdockins committed Dec 7, 2020
1 parent cec83cc commit bdfefd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cryptol/Symbolic/SBV.hs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ processResults ProverCommand{..} ts results =
-- solver that completes the given query (if any) along with the result
-- of executing the query.
satProve :: SBVProverConfig -> ProverCommand -> M.ModuleCmd (Maybe String, ProverResult)
satProve proverCfg pc@ProverCommand {..} =
satProve proverCfg pc =
protectStack proverError $ \(evo, byteReader, modEnv) ->

M.runModuleM (evo, byteReader, modEnv) $ do
Expand Down

0 comments on commit bdfefd5

Please sign in to comment.