[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.