mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 10:36:45 +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
|
||||
> 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