hw-mquery-0.1.0.1: Conduits for tokenizing streams.

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.AtLeastSize

Documentation

class AtLeastSize a where Source #

Minimal complete definition

atLeastSize

Methods

atLeastSize :: a -> Int -> Bool Source #

Instances

AtLeastSize [a] Source # 

Methods

atLeastSize :: [a] -> Int -> Bool Source #