forked from steger/pr3-sose2026
expressions stub
parent
c3e16ad1b8
commit
256670a48f
|
|
@ -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
|
||||
Loading…
Reference in New Issue