map.key

Abstract datatype of (untyped) partial maps.

  • Author: Daniel Bruns
  • Documentation added by Alexander Weigl weigl@kit.edu

Sorts

Map

Map;defined in: map.key Line: 13 Offset :4

Functions

mapGet

Return a value from the given Map. If value is undefined, mapUndef is used.

mapUndef

A unique value, which is returned by mapGet in case no mapping value is declared for the specified key.

mapForeach

Generalized quantifier for maps. This is a generic constructor for maps.