lvmlib-1.1: The Lazy Virtual Machine (LVM).

Safe HaskellNone
LanguageHaskell98

Lvm.Common.Id

Documentation

data Id Source

Instances

getNameSpace :: Enum a => Id -> a Source

setNameSpace :: Enum a => a -> Id -> Id Source

mapWithSupply :: (NameSupply -> a -> b) -> NameSupply -> [a] -> [b] Source