hw-mquery-0.1.0.1: Conduits for tokenizing streams.
HaskellWorks.Data.AtLeastSize
class AtLeastSize a where Source #
Minimal complete definition
atLeastSize
Methods
atLeastSize :: a -> Int -> Bool Source #
Instances
atLeastSize :: [a] -> Int -> Bool Source #