[FMFP] Fix layout

This commit is contained in:
2026-08-01 20:01:10 +02:00
parent 1f2ca7f5ab
commit 7d4edc2014
4 changed files with 5 additions and 1 deletions
@@ -10,3 +10,7 @@ For integers the following functions are available: Normal arithmetic operations
To use prefix notation on non-alphanumeric function names, wrap them in parenthesis like this: \texttt{(+) x z}. Using \texttt{+ x z} does not work.
We can use the normal comparison operators that return a boolean on evaluation. \bi{Booleans} are \texttt{True} and \texttt{False}
\subsection{Book}
Since the Haskell Book recommended by the lecture is concise and really great, we recommend reading that book.
@@ -1,4 +1,3 @@
\newpage
\subsection{Induction on Derivation Sequence}
A finite derivation sequence has a length $n \in \N$.
We typically reason about finite derivation sequences using \bi{strong induction on the length of a derivation sequence},
@@ -1,3 +1,4 @@
\newpage
\subsection{Proofs using CYP syntax}
\label{sec:cyp}
Using CYP (Check Your Proof) syntax is allowed at the exams and can be a bit less to write depending on your writing style.