Jump to content

Typing environment

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 173.25.242.160 (talk) at 06:02, 10 February 2012 (Fixed a typo on the page. Changed 'this' to 'these'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

See also