TD equational reasoning.

This commit is contained in:
hemanth.hm 2015-06-09 16:17:01 +05:30
parent cac94a4f1d
commit 6282252964

View file

@ -128,6 +128,10 @@ referential transparent.
---
## Equational Reasoning
---
## Lazy evalution
> aka call-by-need is an evaluation machanism which delays the evaluation of an expression until its value is needed.