Data.Sequence.NonEmpty.Extra
Contents
Instance for NESeq which only checks for thunks on the elements
NESeq
The internal fingertree in NESeq might have thunks, which is essential for its asymptotic complexity.
Note: see documentation of NoThunks (Seq a)
NoThunks (Seq a)
NoThunks
Seq
Methods
noThunks :: Context -> NESeq a -> IO (Maybe ThunkInfo) #
wNoThunks :: Context -> NESeq a -> IO (Maybe ThunkInfo) #
showTypeOf :: Proxy (NESeq a) -> String #