Skip to content

Files

Latest commit

author
Tan Vu
Jan 31, 2019
977e447 · Jan 31, 2019

History

History

chapter1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 31, 2019

Referential transparency

An expression e is referentially transparent if, for all programs p, all occurrences of e in p can be replaced by the result of evaluating e without affecting the meaning of p. A function f is pure if the expression f(x) is referentially transparent for all referentially transparent x.