packages feed

leancheck-0.7.0: tests/diff/tiers-funlistable-Bool-U.out

tiers :: [Bool->()]  =
  [ [ \x -> case x of
              False -> ()
              True -> ()
    ]
  ]

map length (tiers :: [[ Bool->() ]])  =  [1]

length (list :: [ Bool->() ])  =  1

allUnique (list :: [ Bool->() ])  =  True

ratioRepetitions (list :: [ Bool->() ])  =  0 % 1