Skip to content

Commit

Permalink
Update cryptol-remote-api
Browse files Browse the repository at this point in the history
  • Loading branch information
robdockins committed Jul 20, 2021
1 parent 4dc7a6c commit dd8fca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptol-remote-api/src/CryptolServer/Sat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ offlineProveSat proverName cmd hConsing = do
Left msg -> do
raise $ proverError $ "error setting up " ++ proverName ++ ": " ++ msg
Right smtlib -> pure $ OfflineSMTQuery $ T.pack smtlib
Right w4Cfg -> do
Right _w4Cfg -> do
smtlibRef <- liftIO $ newIORef ("" :: Text)
result <- liftModuleCmd $
W4.satProveOffline w4Cfg hConsing False cmd $ \f -> do
W4.satProveOffline hConsing False cmd $ \f -> do
withRWTempFile "smtOutput.tmp" $ \h -> do
f h
hSeek h AbsoluteSeek 0
Expand Down

0 comments on commit dd8fca4

Please sign in to comment.