MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_boolval

Method test_boolval

tests/test_z3_ported.py:2134–2136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2132 assert v.denominator().as_long() == 113
2133
2134 def test_boolval(self):
2135 assert isinstance(BoolVal(True)._ast, BoolLit)
2136 assert isinstance(BoolVal(False)._ast, BoolLit)
2137
2138 def test_bitvecval(self):
2139 v = BitVecVal(0xFF, 8)

Callers

nothing calls this directly

Calls 1

BoolValFunction · 0.90

Tested by

no test coverage detected