haskus-utils-data-1.1: Haskus utility modules

Safe HaskellSafe
LanguageHaskell2010

Haskus.Utils.List

Synopsis

Documentation

checkLength :: Word -> [a] -> Bool Source #

Check that a list has the given length (support infinite lists)

module Data.List