Abstract datatype of (untyped) partial maps.
Map;defined in: map.key Line: 13 Offset :4Return a value from the given Map. If value is undefined, mapUndef is used.
A unique value, which is returned by mapGet in case no mapping value is declared for the specified key.
/*! A unique value, which is returned by mapGet in case no mapping value is declared for the specified key. */ \unique any mapUndef ; defined in: map.key Line: 22 Offset :4Generalized quantifier for maps. This is a generic constructor for maps.