| ||||||||||
| ||||||||||
| Description | ||||||||||
This module implements unique ID's in Yhc.Core. The intention is that a program can use this interface to a unique ID quite cheaply. Or an existing state monad can be reused. | ||||||||||
| Documentation | ||||||||||
| class UniqueId a where | ||||||||||
| ||||||||||
| class Monad m => UniqueIdM m where | ||||||||||
| ||||||||||
| nextId :: UniqueIdM m => m Int | ||||||||||
| Produced by Haddock version 0.8 |