From 3b677d51deb236ca4546a25815f28f0e82808116 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 29 Apr 2015 22:09:50 +0200 Subject: [PATCH] Add pause --- VL1/content/VL1_functions_and_control_structures1.tex | 1 + 1 file changed, 1 insertion(+) 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