[FMFP] Fix errors

This commit is contained in:
2026-07-05 08:40:54 +02:00
parent 970f7c0bba
commit 67500a14cb
6 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
\subsubsection{Lambda calculus}
To prove that types are correct, the lambda calculus comes in handy.
It is based on the same concept as natural deduction trees
The proofs are again structured as derivation trees.
\paragraph{Core rules for Lambda-Calculus}
\[
@@ -7,7 +7,7 @@ Finally, apply constraints / unification to get possible types.
\paragraph{Self application}
This means that you apply a function to itself.
In Haskell, this is not typeable because there would need to be an infinite function type, but all \bi{Haskell types are finite}
In Haskell, this is not typeable because there would need to be an infinite function type, but all \bi{Haskell types are finite}
\paragraph{Curry-Howard isomorphism}