Jump to content

Typing environment

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by OriumX (talk | contribs) at 15:45, 31 January 2012 (Created page with 'In type theory a '''typing environment''' represents the association between variables names and data types. More formally an environment <math>\Gamma</m...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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 this environments are used and maintained by type rules to type check a given program or expression.

See also