text1-0.0.2: Non-empty values of `Data.Text`.

Safe HaskellNone
LanguageHaskell2010

Data.Text1

Documentation

class IsText1 t where Source

Minimal complete definition

packed1

class AsSingle c a | c -> a where Source

Minimal complete definition

Nothing

Methods

_Single :: Prism' c a Source

class OneAnd s t a b x y | s -> a, s -> x, t -> b, t -> y, s b -> t, x b -> t, t a -> s, y a -> s where Source

Minimal complete definition

Nothing

Methods

_OneAnd :: Iso s t (a, x) (b, y) Source

Instances