You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Data.SBV
import Data.SBV.Set
import Data.SBV.Tuple
problem = do
let x = tuple (empty :: SSet Bool, empty :: SSet Bool)
y <- exists_
return $ x ./= y
We get:
*** Data.SBV.interpretSet: Unable to process solver output.
***
*** Kind : {SBool}
*** Received: EApp [ECon "_",ECon "as-array",ECon "k!1"]
*** Reason : Expected a set value, but couldn't decipher the solver output.
***
*** This is either a bug or something SBV currently does not support.
*** Please report this as a feature request!
Because z3 is producing weird output. Filed here: Z3Prover/z3#2517
The text was updated successfully, but these errors were encountered:
Received via email from Joshua Moerman.
We get:
Because z3 is producing weird output. Filed here: Z3Prover/z3#2517
The text was updated successfully, but these errors were encountered: