diff --git a/VL1/content/VL1_functions_and_control_structures1.tex b/VL1/content/VL1_functions_and_control_structures1.tex index 5e38d42..a1bcf87 100644 --- a/VL1/content/VL1_functions_and_control_structures1.tex +++ b/VL1/content/VL1_functions_and_control_structures1.tex @@ -14,6 +14,7 @@ GHCi... \vspace{\baselineskip} \\ \ifger{Was ist eine mögliche Typsignatur dieser Funktion?}{What is a possible type signature for this function?} +\pause \begin{haskellcode} f :: Int -> Int f x = x * x