packages feed

speculate-0.3.5: tests/model/arithficial-s4.out

max expr size  =    4
  |- on ineqs  =    3
  |- on conds  =    3
max  #-tests   =  500
min  #-tests   =   25  (to consider p ==> q true)
max  #-vars    =    2  (for inequational and conditional laws)

_ :: Int  (holes: Int)
0 :: Int
id :: Int -> Int
(+) :: Int -> Int -> Int
f :: Int -> Int -> Int
g :: Int -> Int -> Int
h :: Int -> Int -> Int

 id x == x
x + 0 == x
g x y == g z x'
f x y == f x z
h x y == h z y
x + y == y + x

x <= g y y
x <= f 0 y
x <= h y 0