Home
last modified time | relevance | path

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

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/SMT/
H A DSMTLib2.hs862 | hasPB = handlePB pb args'
1234 handlePB :: PBOp -> [String] -> String
1235 handlePB (PB_AtMost k) args = "((_ at-most " ++ show k … function
1236 handlePB (PB_AtLeast k) args = "((_ at-least " ++ show k … function
1237 handlePB (PB_Exactly k) args = "((_ pbeq " ++ unwords (map show (k : replicate (length args) 1)… function
1238 handlePB (PB_Eq cs k) args = "((_ pbeq " ++ unwords (map show (k : cs)) … function
1239 handlePB (PB_Le cs k) args = "((_ pble " ++ unwords (map show (k : cs)) … function
1240 handlePB (PB_Ge cs k) args = "((_ pbge " ++ unwords (map show (k : cs)) … function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Compilers/
H A DC.hs607 handlePB :: PBOp -> [Doc] -> Doc
608 handlePB o args = case o of function
741 p (PseudoBoolean pb) as = handlePB pb as