Skip to content

Commit b73ad02

Browse files
authored
I really want this to be the last update
1 parent 1f7a18a commit b73ad02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ implementing functional programming languages.
1212
## Introduction to Lambda Calculus
1313
Introductory material is provided. They can be found at
1414

15-
[doc/lambda-calculus.md](doc/lambda-calculus.md)
15+
* [doc/lambda-calculus.md](doc/lambda-calculus.md)
16+
* [doc/system-f.md](doc/system-f.md)
1617

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

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

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

0 commit comments

Comments
 (0)