Data.Interned.Text
data InternedText Source #
Defined in Data.Interned.Internal.Text
Methods
fromString :: String -> InternedText Source #
showsPrec :: Int -> InternedText -> ShowS Source #
show :: InternedText -> String Source #
showList :: [InternedText] -> ShowS Source #
(==) :: InternedText -> InternedText -> Bool Source #
(/=) :: InternedText -> InternedText -> Bool Source #
compare :: InternedText -> InternedText -> Ordering Source #
(<) :: InternedText -> InternedText -> Bool Source #
(<=) :: InternedText -> InternedText -> Bool Source #
(>) :: InternedText -> InternedText -> Bool Source #
(>=) :: InternedText -> InternedText -> Bool Source #
max :: InternedText -> InternedText -> InternedText Source #
min :: InternedText -> InternedText -> InternedText Source #
hashWithSalt :: Int -> InternedText -> Int
hash :: InternedText -> Int
Associated Types
data Description InternedText Source #
type Uninterned InternedText Source #
describe :: Uninterned InternedText -> Description InternedText Source #
identify :: Id -> Uninterned InternedText -> InternedText Source #
seedIdentity :: p InternedText -> Id Source #
cacheWidth :: p InternedText -> Int Source #
modifyAdvice :: IO InternedText -> IO InternedText Source #
cache :: Cache InternedText Source #
unintern :: InternedText -> Uninterned InternedText Source #
(==) :: Description InternedText -> Description InternedText -> Bool Source #
(/=) :: Description InternedText -> Description InternedText -> Bool Source #
hashWithSalt :: Int -> Description InternedText -> Int
hash :: Description InternedText -> Int