\ifger{Es gibt auch eine Funktion die von \emph{links} faltet und ebenfalls in \emph{Prelude} ist. Sie heisst \textbf{foldl}.}{There is also a function that folds from the \emph{left} which is also in the \emph{Prelude} and called \textbf{foldl}.}\\
\ifger{Wir können sogar foldl mittels foldr ausdrücken und umgekehrt. Wer interessiert daran ist, sollte hier weiterlesen:}{We can even express foldl in terms of foldr and vice versa. If you are interested, have a look here:}\\\url{http://lambda.jstolarek.com/2012/07/expressing-foldl-in-terms-of-foldr/}
\ifger{Es macht Sinn diese Funktionen in \emph{Prelude} anzuschauen und ein bisschen damit herumzuspielen:}{You should definitely look them up in the Prelude and play with them:}\url{https://hackage.haskell.org/package/base-4.8.0.0/docs/Prelude.html}