From 5790a8dfc85cfe3559dcf024cdf01e82d515e170 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 29 Apr 2015 22:10:10 +0200 Subject: [PATCH] Add questions for pairs --- VL1/content/VL1_pairs.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VL1/content/VL1_pairs.tex b/VL1/content/VL1_pairs.tex index 18f6d59..580a9a0 100644 --- a/VL1/content/VL1_pairs.tex +++ b/VL1/content/VL1_pairs.tex @@ -8,4 +8,7 @@ sumPair :: (Int, Int) -> Int sumPair (x, y) = x + y \end{haskellcode} \pause -\ifger{Hinweis: wir benutzen}{Note: we use} \hinline{(x, y)} \ifger{als Notation sowohl für den Typ als auch die Definition! Dies sind trotzdem 2 verschiedene Dinge. Wir können auch Triple, Quadruple etc. haben.}{notation for both the type and the definition! Those are still two different things. We can also have triples, quadruples etc.} \ No newline at end of file +\ifger{Hinweis: wir benutzen}{Note: we use} \hinline{(x, y)} \ifger{als Notation sowohl für den Typ als auch die Definition! Dies sind trotzdem 2 verschiedene Dinge. Wir können auch Triple, Quadruple etc. haben.}{notation for both the type and the definition! Those are still two different things. We can also have triples, quadruples etc.} +\vspace{\baselineskip}\\ +\pause +\ifger{Frage: Unterschied zu Listen?}{Question: difference to lists?} \ No newline at end of file