Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setLogic :: SMTLib2Tweaks a => WriterConn t (Writer a) -> Logic -> IO ()what4 What4.Protocol.SMTLib2 No documentation available.
setOption :: SMTLib2Tweaks a => WriterConn t (Writer a) -> Text -> Text -> IO ()what4 What4.Protocol.SMTLib2 No documentation available.
setProduceModels :: SMTLib2Tweaks a => WriterConn t (Writer a) -> Bool -> IO ()what4 What4.Protocol.SMTLib2 Set the produce models option (We typically want this)
-
what4 What4.Protocol.SMTLib2.Syntax Set the logic of the SMT solver
setOption :: Text -> Text -> Commandwhat4 What4.Protocol.SMTLib2.Syntax Set an option in the SMT solver The name should not need to be prefixed with a colon."
setProduceModels :: Bool -> Commandwhat4 What4.Protocol.SMTLib2.Syntax Set option to produce models This is a widely used option so, we we have a custom command to make it.
setOptCommand :: SMTWriter h => f h -> Text -> Text -> Command hwhat4 What4.Protocol.SMTWriter Set an option/parameter.
setParam :: WriterConn t Connection -> ConfigValue -> IO ()what4 What4.Solver.Yices No documentation available.
setYicesParams :: WriterConn t Connection -> Config -> IO ()what4 What4.Solver.Yices No documentation available.
setHandleEncoding :: MonadIO m => Handle -> m ()with-utf8 System.IO.Utf8 Set handle encoding to the best possible. See withHandle for description and prefer it, if possible.