non-empty-0.3.2: List-like structures with static restrictions on the number of elements

Safe HaskellSafe
LanguageHaskell98

Data.NonEmpty.Match

Description

Generalized version of utility-ht:Data.List.Match.

Synopsis

Documentation

take :: Zip f => f b -> f a -> f a Source #

Make a list as long as another one

replicate :: Functor f => f a -> b -> f b Source #

the same as ($>)