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