Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_simplify_boolval
Method
test_simplify_boolval
tests/test_z3_ported.py:3540–3543 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3538
assert result is e
3539
3540
def
test_simplify_boolval(self):
3541
e = BoolVal(True)
3542
result = simplify(e)
3543
assert result is e
3544
3545
3546
# ===================================================================
Callers
nothing calls this directly
Calls
2
BoolVal
Function · 0.90
simplify
Function · 0.90
Tested by
no test coverage detected