added disclaimer to Stlc and StlcProp
This commit is contained in:
parent
e749a78eb0
commit
f5982fd3bd
2 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,10 @@ layout : page
|
|||
permalink : /Lambda/
|
||||
---
|
||||
|
||||
[Parts of this chapter take their text from chapter _Stlc_ in
|
||||
book _Programming Language Foundations_ of _Software Foundations_.
|
||||
Those parts will be revised.]
|
||||
|
||||
The _lambda-calculus_, first published by the logician Alonzo Church in
|
||||
1932, is a core calculus with only three syntactic constructs:
|
||||
variables, abstraction, and application. It embodies the concept of
|
||||
|
|
|
@ -4,6 +4,10 @@ layout : page
|
|||
permalink : /LambdaProp/
|
||||
---
|
||||
|
||||
[Parts of this chapter take their text from chapter StlcProp in
|
||||
_Software Foundations: Programming Language Foundations_.
|
||||
Those parts will be revised.]
|
||||
|
||||
This chapter develops the fundamental theory of the Simply
|
||||
Typed Lambda Calculus, particularly progress and preservation.
|
||||
|
||||
|
|
Loading…
Reference in a new issue