haskore-0.0.5: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.General.IdGenerator
Documentation
type T i a = State (St i) aSource
type St i = (Set i, i)Source
run :: i -> T i a -> aSource
alloc :: (Ord i, Enum i) => T i iSource
free :: (Ord i, Enum i) => i -> T i ()Source
reduce :: (Ord i, Enum i) => St i -> St iSource
isFree :: Ord i => St i -> i -> BoolSource
isValid :: Ord i => St i -> BoolSource
Produced by Haddock version 2.3.0