hsc3-0.11: Haskell SuperCollider

Sound.SC3.UGen.UId

Description

Unique identifier class for use by non-deterministic (noise) and non-sharable (demand) unit generators.

Synopsis

Documentation

class Monad m => UId m whereSource

A class indicating a monad that will generate a sequence of unique integer identifiers.

Instances