From 32247fc5da8590b86daf2717b81d614053d55753 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 29 Apr 2015 22:09:37 +0200 Subject: [PATCH] Add more arithmetic examples --- VL1/content/VL1_arithmetic_and_co.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/VL1/content/VL1_arithmetic_and_co.tex b/VL1/content/VL1_arithmetic_and_co.tex index 88b975a..ddb460d 100644 --- a/VL1/content/VL1_arithmetic_and_co.tex +++ b/VL1/content/VL1_arithmetic_and_co.tex @@ -4,5 +4,6 @@ > 6 * 5.0 > "Hello" ++ " world" > "Haskell" > "C++" +> 3 > 4 > True && False \end{haskellcode*} \ No newline at end of file