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

Method test_is_quantifier

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

Source from the content-addressed store, hash-verified

1049 assert not is_const(x + y)
1050
1051 def test_is_quantifier(self):
1052 x = Int("x")
1053 assert is_quantifier(ForAll([x], x > 0))
1054 assert not is_quantifier(x > 0)
1055
1056 def test_is_eq(self):
1057 x, y = Ints("x y")

Callers

nothing calls this directly

Calls 3

IntFunction · 0.90
is_quantifierFunction · 0.90
ForAllFunction · 0.90

Tested by

no test coverage detected