hdf-0.14: Haskell data flow library for audio processing

Safe HaskellSafe-Inferred

Sound.DF.Uniform.LL.UId

Contents

Description

Unique identifiers.

Synopsis

UId Class

type Id = IntSource

Identifiers are integers.

class Monad m => UId m whereSource

Class of monads generating identifers

Methods

generateId :: m IdSource

Instances

evalId :: State Id a -> aSource

Evaluate m DF.