Portability | ghc |
---|---|
Stability | experimental |
Maintainer | [email protected] |
Language.C.Data.Name
Description
Unique Names with fast equality (newtype Int
)
Documentation
Name is a unique identifier
namesStartingFrom :: Int -> [Name]Source
get the infinite stream of unique names starting from the given integer
NameMap is currently just an alias for IntMap, but that might change in the future