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