cryptol-2.11.0: Cryptol: The Language of Cryptography
Copyright(c) 2013-2020 Galois Inc.
LicenseBSD3
Maintainercryptol@galois.com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Cryptol.Symbolic.What4

Description

 

Documentation

satProve Source #

Arguments

:: W4ProverConfig 
-> Bool

hash consing

-> Bool

warn on uninterpreted functions

-> ProverCommand 
-> ModuleCmd (Maybe String, ProverResult) 

satProveOffline Source #

Arguments

:: W4ProverConfig 
-> Bool

hash consing

-> Bool

warn on uninterpreted functions

-> ProverCommand 
-> ((Handle -> IO ()) -> IO ()) 
-> ModuleCmd (Maybe String)