|
| Data.Array.Judy.CollectionsM |
|
|
|
|
| Documentation |
|
|
| | Methods | | | | | | | | | | insert :: k -> a -> c -> m () | Source |
| | | | | fromList :: [(k, a)] -> m c | Source |
| | | toList :: c -> m [(k, a)] | Source |
| | | | | | | mapToList :: (k -> a -> b) -> c -> m [b] | Source |
| | | swapMaps :: c -> c -> m () | Source |
|
| | Instances | |
|
|
| class MapF c k a | c -> k a where | Source |
|
| | Methods | | | | | | fromListF :: [(k, a)] -> c | Source |
| | | toListF :: c -> [(k, a)] | Source |
|
| | Instances | |
|
|
| Produced by Haddock version 2.3.0 |