fiddling
This commit is contained in:
parent
8e8c90c252
commit
3c1ab864d1
2 changed files with 13 additions and 2 deletions
|
@ -40,6 +40,11 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZ|
|
|||
→→→→
|
||||
↦↦↦↦
|
||||
↠↠↠↠
|
||||
⊢⊢⊢⊢
|
||||
⊣⊣⊣⊣
|
||||
∈∈∈∈
|
||||
∋∋∋∋
|
||||
----
|
||||
-}
|
||||
\end{code}
|
||||
|
||||
|
@ -71,3 +76,8 @@ Indented code:
|
|||
→→→→
|
||||
↦↦↦↦
|
||||
↠↠↠↠
|
||||
⊢⊢⊢⊢
|
||||
⊣⊣⊣⊣
|
||||
∈∈∈∈
|
||||
∋∋∋∋
|
||||
----
|
||||
|
|
|
@ -8,9 +8,10 @@ permalink : /Lambda/
|
|||
module plta.Lambda where
|
||||
\end{code}
|
||||
|
||||
[Parts of this chapter take their text from chapter _Stlc_
|
||||
[This chapter was originally based on Chapter _Stlc_
|
||||
of _Software Foundations_ (_Programming Language Foundations_).
|
||||
Those parts will be revised.]
|
||||
It has now been updated, but if you catch any unintended
|
||||
copying please let me know.]
|
||||
|
||||
The _lambda-calculus_, first published by the logician Alonzo Church in
|
||||
1932, is a core calculus with only three syntactic constructs:
|
||||
|
|
Loading…
Reference in a new issue