non-empty-0.3.0.1: List-like structures with static restrictions on the number of elements
Data.NonEmpty.Match
Description
Generalized version of utility-ht:Data.List.Match.
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 ($>)
($>)