_+_→_

Definitions:

map, any, any
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Maps, Transformers
Construct and answer a map that is based on the supplied map. The answer (potentially) differs from the argument in that it contains a binding from key to value; any value previously bound to key is forgotten in the new map.
Position Name Type Description
Parameters
1 aMap map A map.
2 key any A key.
3 value any The new value for the key.
Returns {any→any|1..∞} The requested map.

Semantic restrictions:

map meta, any meta, any meta
Source: /avail/Avail/Foundation/Early Maps
Type Description
Parameter Types
map meta
any meta
any meta