Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- checkLength :: Word -> [a] -> Bool
- module Data.List
- module Data.List.Extra
Documentation
checkLength :: Word -> [a] -> Bool Source #
Check that a list has the given length (support infinite lists)
module Data.List
module Data.List.Extra