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