Skip to content

Commit 7aa94b5

Browse files
committed
Update README
1 parent 70e074a commit 7aa94b5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
# Lambda Calculus
22
> An introduction to the Lambda Calculus
3+
34
Lambda Calculus is a tiny functional language for expressing computation based
45
on function abstraction and application.
56

67
This project is intended to be an educational resource for learning and
78
implementing functional programming languages.
89

9-
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 into it's own repository: https://github.com/sgillespie/lambda-calculator
1011

11-
# Introduction to Lambda Calculus
12+
## Introduction to Lambda Calculus
1213
Introductory material is provided. They can be found at
1314

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

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

2021
[test/Language/Lambda/Untyped/Examples](test/Language/Lambda/Untyped/Examples)
2122
[test/Language/Lambda/SystemF/Examples](test/Language/Lambda/SystemF/Examples)
2223

23-
# Implementation
24-
25-
# Author
24+
## Implementation
25+
A simple implementation of lambda calculus is available at https://github.com/sgillespie/lambda-calculator.
26+
It is intended be used as a companion to the materials here.
27+
28+
## Author
2629
**Sean Gillespie** [[email protected]](mailto:[email protected])
2730

28-
# License
31+
## License
2932
This project is licensed under the MIT License. See [LICENSE](LICENSE)

0 commit comments

Comments
 (0)