e9374aed1f
Also added a few more section to make beamer and article more compatible.
6 lines
155 B
TeX
6 lines
155 B
TeX
Another way which is very similar would be using \code{let}:
|
|
\begin{haskellcode}
|
|
f :: Int -> Int
|
|
f x = let y p = x + p
|
|
in x + (y 2)
|
|
\end{haskellcode} |