Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Counts the number of values of a all sizes. Usage: @global :: Count [Bool]
(!!*) :: Count a -> Int -> Integer Source #
Counts the number of values of a given size, 0 if out of bounds.
module Control.Enumerable