| Safe Haskell | Safe | 
|---|---|
| Language | Haskell98 | 
Data.Unique.Really
Description
An abstract interface to a unique symbol generator.
Documentation
data Unique
An abstract unique value.
 Values of type Unique may be compared for equality
 and hashed into Int.
Note: Unlike the symbols from Data.Unique, the symbols from this module do not become equal after reloads in the GHC interpreter!