Esempio n. 1
0
def Bool():
    a = Arbitrary()
    a.generator = Gen.elements([True, False])
    return a