hdf-0.15: HDF: Uniform Rate Audio Signal Processing in Haskell

Safe HaskellSafe-Inferred
LanguageHaskell98

Sound.DF.Uniform.LL.UId

Contents

Description

Unique identifiers.

Synopsis

UId Class

type Id = Int Source

Identifiers are integers.

class Monad m => UId m where Source

Class of monads generating identifers

Methods

generateId :: m Id Source

Instances

evalId :: State Id a -> a Source

Evaluate m DF.