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

Method test_is_implies

tests/test_z3_compat.py:1071–1073  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1069 assert is_not(Not(a))
1070
1071 def test_is_implies(self):
1072 a, b = Bool("a"), Bool("b")
1073 assert is_implies(Implies(a, b))
1074
1075 def test_is_arithmetic_ops(self):
1076 x, y = Ints("x y")

Callers

nothing calls this directly

Calls 3

BoolFunction · 0.90
is_impliesFunction · 0.90
ImpliesFunction · 0.90

Tested by

no test coverage detected