From 4c0c549d85f507899077c23e3723304bfe0a741d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 28 Apr 2015 12:58:07 +0200 Subject: [PATCH] Add question --- VL1/content/VL1_questions_for_you.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/VL1/content/VL1_questions_for_you.tex b/VL1/content/VL1_questions_for_you.tex index 450b403..200f609 100644 --- a/VL1/content/VL1_questions_for_you.tex +++ b/VL1/content/VL1_questions_for_you.tex @@ -3,6 +3,7 @@ \item \ifger{was ist referenzielle Transparenz?}{What is referential transparency?} \item \ifger{kann ich referenzielle Transparenz mit Seiteneffekten haben?}{Can you have referential transparency with side effects?} \item \ifger{wovon hängt die Ausgabe einer Haskell Funktion ab?}{What does the output of a haskell function depend on?} +\item \ifger{Was ist call-by-name? Was ist call-by-need?}{What is call-by-name? What is call-by-need?} \item \ifger{was ist}{What is} laziness? \item \ifger{Wann werden Typen in Haskell geprüft?}{When are types checked in haskell?} \item \ifger{Was sind die Unterschiede zwischen Listen und Tuplen?}{What are the differences between lists and pairs?}