tuple-append-instances-0.1.0.0: Extra instances for the typeclasses in the tuple-append package
Maintainerhapytexeu+gh@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe
LanguageHaskell2010

Data.Tuple.Append.Instances.Text.Safe

Description

A module that contains typeclasses instances for the Text and lazy Text data types.

Orphan instances

TupleAddL Char Text Text Source # 
Instance details

Methods

(<++) :: Char -> Text -> Text #

TupleAddL Char Text Text Source # 
Instance details

Methods

(<++) :: Char -> Text -> Text #

TupleAddR Text Char Text Source # 
Instance details

Methods

(++>) :: Text -> Char -> Text #

TupleAddR Text Char Text Source # 
Instance details

Methods

(++>) :: Text -> Char -> Text #

TupleAppend Text Text Text Source # 
Instance details

Methods

(+++) :: Text -> Text -> Text #

TupleAppend Text Text Text Source # 
Instance details

Methods

(+++) :: Text -> Text -> Text #