Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 Source #
infoTblLbl :: BlockId -> CLabel Source #
Orphan instances
Outputable BlockSet # | |
Outputable BlockId # | |
Uniquable BlockId # | |
Outputable a => Outputable (BlockEnv a) # | |