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
f6681ce9
Commit
f6681ce9
authored
8 years ago
by
Sean Gillespie
Browse files
Options
Downloads
Patches
Plain Diff
Update system-f.doc--rewrite simple types section.
Start, instead, with the STLC
parent
52802822
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/system-f.md
+4
-7
4 additions, 7 deletions
doc/system-f.md
with
4 additions
and
7 deletions
doc/system-f.md
+
4
−
7
View file @
f6681ce9
...
...
@@ -25,13 +25,10 @@ To indicate we are adding a mapping to Γ, we use the comma operator.
Γ, t:T ⊢ v : V
# Simple Types
In System F, all values must have a type. Simple types can either be actual
types, or type variables. For example, suppose we have a Boolean type and
valid values are true and false.
true : Boolean
false : Boolean
# Simply Typed Lambda Calculus
System F is a straightforward extension of the Simply Typed Lambda Calculus [2],
abbreviated here as
λ
<sub>
rarr;
</sub>
. For this reason, we will start
with
λ
<sub>
rarr;
</sub>
.
# References
1.
[
System F
](
https://en.wikipedia.org/wiki/System_F
)
. Wikipedia: The Free Encyclopedia
...
...
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