Skip to content

Commit 25a6ce1

Browse files
authored
Update lambda-calculus.md
Fix #5
1 parent 137786c commit 25a6ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lambda-calculus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ As expected, the result is `1`.
231231
λ is a small but expressive language. It has only three types of expressions: variables, abstractions, and function applications. Even without built-ins, we can express both simple and complex data types including integers, booleans, and records. Evaluation of λ is equally simple, with only three reduction rules: Β-reduction, α-conversion, and η-conversion.
232232

233233
# References
234-
1. [Lambda Calculus](https://en.wikipedia.org/wiki/Lambd.a_calculus). Wikipedia: The Free Encyclopedia
234+
1. [Lambda Calculus](https://en.wikipedia.org/wiki/Lambda_calculus). Wikipedia: The Free Encyclopedia
235235
2. Types and Programming Languages. Benjamin C. Pierce
236236
3. [Simply typed lambda calculus](https://en.wikipedia.org/wiki/Simply_typed_lambda_calculus). Wikipedia: The Free Encyclopedia
237237
4. [System F](https://en.wikipedia.org/wiki/System_F). Wikipedia: The Free Encyclopedia

0 commit comments

Comments
 (0)