Typing environment
Appearance
In type theory a typing environment represents the association between variables names and data types. More formally an environment is a set of pairs were is a variable name and its type.
In statically typed programming languages these environments are used and maintained by type rules to type check a given program or expression.