reducers-3.12.2: Semigroups, specialized containers and a general map/reduce framework

Safe HaskellSafe
LanguageHaskell98

Data.Semigroup.Instances

Contents

Documentation

Orphan instances

Measured v a => Semigroup (FingerTree v a) Source # 

Methods

(<>) :: FingerTree v a -> FingerTree v a -> FingerTree v a #

sconcat :: NonEmpty (FingerTree v a) -> FingerTree v a #

stimes :: Integral b => b -> FingerTree v a -> FingerTree v a #