Data.Text1.IsText1
class IsText1 t where Source #
Minimal complete definition
packed1, builder1
Methods
packed1 :: Iso' (NonEmpty Char) t Source #
builder1 :: Iso' (Char, Builder) t Source #
_Text1_ :: IndexedTraversal' Int t Char Source #
Defined in Data.Text1.Text1
packed1 :: Iso' (NonEmpty Char) Text1 Source #
builder1 :: Iso' (Char, Builder) Text1 Source #
_Text1_ :: IndexedTraversal' Int Text1 Char Source #
Defined in Data.Text1.IsText1
packed1 :: Iso' (NonEmpty Char) (NonEmpty Char) Source #
builder1 :: Iso' (Char, Builder) (NonEmpty Char) Source #
_Text1_ :: IndexedTraversal' Int (NonEmpty Char) Char Source #
packed1 :: Iso' (NonEmpty Char) (Char, String) Source #
builder1 :: Iso' (Char, Builder) (Char, String) Source #
_Text1_ :: IndexedTraversal' Int (Char, String) Char Source #
packed1 :: Iso' (NonEmpty Char) (Char, Text) Source #
builder1 :: Iso' (Char, Builder) (Char, Text) Source #
_Text1_ :: IndexedTraversal' Int (Char, Text) Char Source #
unpacked1 :: IsText1 t => Iso' t (NonEmpty Char) Source #
_NonEmpty :: Iso (NonEmpty a) (NonEmpty b) (a, [a]) (b, [b]) Source #