liblawless-0.17.3: Prelude based on protolude for GHC 8 and beyond.

Safe HaskellNone
LanguageHaskell2010

Textual.SepList

Documentation

type SepList a = SepList' (NonEmpty a) Source #

sepList :: forall a. (Ord a, Binary a, Printable a) => a -> SepList a Source #

slItems :: Lens' (SepList' (NonEmpty a)) (NonEmpty a) Source #