hsc3-0.1.1: Haskell SuperCollider
Sound.SC3.UGen.UId
Synopsis
class Monad m => UId m whereSource
A class indicating a monad that will generate a sequence of unique integer identifiers.
Methods
generateUId :: m IntSource
Instances