Skip to content

Commit

Permalink
I really want this to be the last update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie authored Jun 14, 2022
1 parent 1f7a18a commit b73ad02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ implementing functional programming languages.
## Introduction to Lambda Calculus
Introductory material is provided. They can be found at

[doc/lambda-calculus.md](doc/lambda-calculus.md)
* [doc/lambda-calculus.md](doc/lambda-calculus.md)
* [doc/system-f.md](doc/system-f.md)

### Extended Examples
More examples can be found in the Lambda Calculator's test-suite, located at

* [test/Language/Lambda/Untyped/Examples](https://github.com/sgillespie/lambda-calculator/tree/master/test/Language/Lambda/Untyped/Examples)
* [test/Language/Lambda/SystemF/Examples](https://github.com/sgillespie/lambda-calculator/tree/master/test/Language/Lambda/SystemF/Examples)
[test/Language/Lambda/Untyped/Examples](https://github.com/sgillespie/lambda-calculator/tree/master/test/Language/Lambda/Untyped/Examples)

## Implementation
A simple implementation of lambda calculus is available at https://github.com/sgillespie/lambda-calculator.
Expand Down

0 comments on commit b73ad02

Please sign in to comment.