| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
BlockId
Contents
Documentation
setInsertList :: IsSet set => [ElemOf set] -> set -> set Source #
setDeleteList :: IsSet set => [ElemOf set] -> set -> set Source #
mapInsertList :: IsMap map => [(KeyOf map, a)] -> map a -> map a Source #
mapDeleteList :: IsMap map => [KeyOf map] -> map a -> map a Source #
emptyBlockMap :: BlockEnv a #
infoTblLbl :: BlockId -> CLabel #
Orphan instances
| Outputable BlockSet # | |
| Outputable BlockId # | |
| Uniquable BlockId # | |
| Outputable a => Outputable (BlockEnv a) # | |