leancheck-0.7.0: tests/diff/tiers-mixed-Bool-U.out
tiers :: [Bool->()] =
[ [ \x -> case x of
False -> ()
True -> ()
, \x -> case x of
False -> ()
True -> ()
]
]
map length (tiers :: [[ Bool->() ]]) = [2]
length (list :: [ Bool->() ]) = 2
allUnique (list :: [ Bool->() ]) = False
ratioRepetitions (list :: [ Bool->() ]) = 1 % 2