diff-containers-1.3.0.0: Diffs for containers
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Sequence.NonEmpty.Extra

Orphan instances

NoThunks a => NoThunks (NESeq a) Source #

Instance for NESeq which only checks for thunks on the elements

The internal fingertree in NESeq might have thunks, which is essential for its asymptotic complexity.

Note: see documentation of NoThunks (Seq a)

Instance details