1
0
Fork 0

expressions stub

main
Sebastian Steger 2025-08-20 15:00:48 +02:00
parent c3e16ad1b8
commit 256670a48f
1 changed files with 17 additions and 0 deletions

View File

@ -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