|
Org.Org.Semantic.HBase.Structure.Map |
|
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
class Map from to map | map -> from to where |
a map with which one can look stuff up. | | Methods | lookup :: from -> map -> to |
| | Instances | |
|
|
(!) :: Map from to map => map -> from -> to |
|
lookupWithDefault :: Map from (Maybe to) map => to -> from -> map -> to |
|
class (HasNothing map, Map from (Maybe to) map) => AddableMap from to map | map -> from to where |
| Methods | addMapEntry :: (from, to) -> map -> map | replaces previous binding, if any | | removeMapEntry :: from -> map -> map | won't complain if it wasn't there | | addMapEntries :: [(from, to)] -> map -> map | | listToMap :: [(from, to)] -> map |
| | Instances | |
|
|
Produced by Haddock version 0.6 |