# 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