packages feed

disco-0.1.6: test/prop-basic/expected

Loading prop-basic.disco...
Loaded.
  - Possibly true: injective(λx. x * 2)
    Checked 100 possibilities without finding a counterexample.
  - Possibly true: idempotent(λx. x max 10)
    Checked 100 possibilities without finding a counterexample.
  - Possibly true: commutative(λ(a, b). a * b)
    Checked 100 possibilities without finding a counterexample.
  - Possibly true: associative(λ(a, b). a + b)
    Checked 100 possibilities without finding a counterexample.
  - Possibly true: identityFor(0, λ(a, b). a max b)
    Checked 100 possibilities without finding a counterexample.