Module { } stdlib/bhc-text/hs/BHC/Data/Text.hs Text Types data Text { } # Text Functions fromString :: { } # Instances instance Eq Text { } instance Ord Text { } instance Show Text { } instance Read Text { } instance Semigroup Text { } instance Monoid Text { }