Safe Haskell | Safe-Infered |
---|
Data.Interned
Documentation
class (Eq (Description t), Hashable (Description t)) => Interned t whereSource
Methods
describe :: Uninterned t -> Description tSource
identify :: Id -> Uninterned t -> tSource
seedIdentity :: p t -> IdSource
cacheWidth :: p t -> IntSource
modifyAdvice :: IO t -> IO tSource
class Interned t => Uninternable t whereSource
Methods
unintern :: t -> Uninterned tSource
intern :: Interned t => Uninterned t -> tSource