File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,18 @@ on function abstraction and application.
77This project is intended to be an educational resource for learning and
88implementing functional programming languages.
99
10- ** Looking for Lambda Calculator?** It's been moved into it's own repository: https://github.com/sgillespie/lambda-calculator
10+ ** Looking for Lambda Calculator?** It's been moved to [ sgillespie/lambda-calculator ] ( https://github.com/sgillespie/lambda-calculator )
1111
1212## Introduction to Lambda Calculus
1313Introductory material is provided. They can be found at
1414
15- * [ doc/lambda-calculus.md] ( doc/lambda-calculus.md )
16- * [ doc/system-f.md] ( doc/system-f.md )
15+ [ doc/lambda-calculus.md] ( doc/lambda-calculus.md )
1716
1817### Extended Examples
1918More examples can be found in the Lambda Calculator's test-suite, located at
2019
21- * [ test/Language/Lambda/Untyped/Examples] ( test/Language/Lambda/Untyped/Examples )
22- * [ test/Language/Lambda/SystemF/Examples] ( test/Language/Lambda/SystemF/Examples )
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)
2322
2423## Implementation
2524A 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