module Pair () where {-@ LIQUID "--no-termination" @-} import Language.Haskell.Liquid.Prelude incr z = (x, [x + 1]) where x = choose z incr z = (x, [x + 1]) where x = choose z chk (x, [y]) = liquidAssertB (x < y) prop = chk $ incr n where n = choose 0 incr2 x = (True, 9, x, 'o', x+1) chk2 (_, _, x, _, y) = liquidAssertB (x