|
|
|
| Description |
| This module allows to access elements of arrays and finite maps
like elements of records.
This is especially useful for working with nested structures
consisting of arrays, maps and records.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
| mapDefault :: Ord key => elem -> key -> T (Map key elem) elem | Source |
|
| Treats a finite map like an infinite map,
where all undefined elements are replaced by a default value.
|
|
|
| Treats a finite map like an infinite map,
where all undefined elements are Nothing
and defined elements are Just.
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |