liblawless-0.13.1: Prelude based on protolude for GHC 8 and beyond.
Textual.SepList
type SepList a = SepList' (NonEmpty a) Source #
sepList :: forall a. (Ord a, Eq a, Binary a, Printable a) => a -> SepList a Source #
slItems :: Lens' (SepList' (NonEmpty a)) (NonEmpty a) Source #