Skip to content

Commit

Permalink
Update lambda-calculus.md
Browse files Browse the repository at this point in the history
Fix #5
  • Loading branch information
sgillespie committed Apr 21, 2022
1 parent 137786c commit 25a6ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lambda-calculus.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ As expected, the result is `1`.
λ 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.

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

0 comments on commit 25a6ce1

Please sign in to comment.