 | language-c-0.3.1.1: Analysis and generation of C code | Contents | Index |
|
Language.C.Data.Name | Portability | ghc | Stability | experimental | Maintainer | benedikt.huber@gmail.com |
|
|
|
Description |
Unique Names with fast equality (newtype Int)
|
|
Synopsis |
|
|
|
Documentation |
|
newtype Name |
Name is a unique identifier
| Constructors | | Instances | |
|
|
newNameSupply :: [Name] |
return an infinite stream of Names starting with nameId 0
|
|
namesStartingFrom :: Int -> [Name] |
get the infinite stream of unique names starting from the given integer
|
|
Produced by Haddock version 2.7.2 |