packages feed

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

tiers :: [Bool]  =
  [ [ False
    , True
    ]
  ]

map length (tiers :: [[ Bool ]])  =  [2]

length (list :: [ Bool ])  =  2

allUnique (list :: [ Bool ])  =  True

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