Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ari Angga Nugraha
ariangganugraha-funpro2020-lambda
Commits
93ca6c76
Commit
93ca6c76
authored
Apr 06, 2017
by
Sean Gillespie
Committed by
GitHub
Apr 06, 2017
Browse files
Update README
* Fix formatting * Update GHC >= 8
parent
61f66c5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
93ca6c76
...
...
@@ -10,8 +10,8 @@ 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/system-f.md
](
doc/system-f.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 test-suite, located at
...
...
@@ -19,14 +19,14 @@ More examples can be found in the test-suite, located at
[
test/Language/Lambda/Examples
](
test/Language/Lambda/Examples
)
# Implementation
A simple implementation of lambda calculus is included. It is written in Haskell
and is implemented to be as easy to follow, at the possible expense of performance.
A simple implementation of the untyped lambda calculus is included. It is written in
Haskell and is implemented to be as easy to follow, at the possible expense of
performance.
## Building
In order to build, you will need
*
GHC
*
cabal-install
*
GHC >= 8
*
stack
Build:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment