File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ implementing functional programming languages.
1212## Introduction to Lambda Calculus
1313Introductory 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
1819More 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
2424A simple implementation of lambda calculus is available at https://github.com/sgillespie/lambda-calculator .
You can’t perform that action at this time.
0 commit comments