From 256670a48faa4fcf71053b1d4d147081ec7a3223 Mon Sep 17 00:00:00 2001 From: Sebastian Steger Date: Wed, 20 Aug 2025 15:00:48 +0200 Subject: [PATCH] expressions stub --- haskell/01-expressions/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 haskell/01-expressions/README.md diff --git a/haskell/01-expressions/README.md b/haskell/01-expressions/README.md new file mode 100644 index 0000000..2bac07c --- /dev/null +++ b/haskell/01-expressions/README.md @@ -0,0 +1,17 @@ +# Haskell - Expressions + +The following illustrates some haskell basics. It can be reproduced using `ghci`. + +## Types, Literals, and Constants along with Arithmetic and Boolean Operations + +## Unary Functions + +## Binary Functions + +## Tuples + +## Strings + +## Control Structures + +## Lists \ No newline at end of file