Home
last modified time | relevance | path

Searched refs:eProverConfig (Results 1 – 1 of 1) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/REPL/
H A DMonad.hs167 , eProverConfig :: Either SBV.SBVProverConfig W4.W4ProverConfig function
184 , eProverConfig = Left SBV.defaultProver function
461 getProverConfig = eProverConfig <$> getRW
920 do modifyRW_ (\rw -> rw{ eProverConfig = Right cfg })
926 do modifyRW_ (\rw -> rw{ eProverConfig = Left cfg })