mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-12 13:36:40 +00:00
TD equational reasoning.
This commit is contained in:
parent
cac94a4f1d
commit
6282252964
1 changed files with 4 additions and 0 deletions
|
|
@ -128,6 +128,10 @@ referential transparent.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Equational Reasoning
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Lazy evalution
|
## Lazy evalution
|
||||||
> aka call-by-need is an evaluation machanism which delays the evaluation of an expression until its value is needed.
|
> aka call-by-need is an evaluation machanism which delays the evaluation of an expression until its value is needed.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue