mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 04:44:39 +03:00
parent
2885d469da
commit
2fd6599e0b
@ -213,7 +213,7 @@ satProve ProverCommand {..} =
|
||||
[] -> return $ ThmResult (unFinType <$> ts)
|
||||
-- otherwise something is wrong
|
||||
_ -> return $ ProverError (rshow results)
|
||||
where rshow | isSat = show . SBV.AllSatResult . (boom,boom,)
|
||||
where rshow | isSat = show . SBV.AllSatResult . (False,boom,)
|
||||
| otherwise = show . SBV.ThmResult . head
|
||||
boom = panic "Cryptol.Symbolic.sat"
|
||||
[ "attempted to evaluate bogus boolean for pretty-printing" ]
|
||||
|
Loading…
Reference in New Issue
Block a user