Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ariangganugraha-funpro2020-lambda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ari Angga Nugraha
ariangganugraha-funpro2020-lambda
Commits
93ca6c76
Commit
93ca6c76
authored
8 years ago
by
Sean Gillespie
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README
* Fix formatting * Update GHC >= 8
parent
61f66c5d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment