1
0
Fork 0
This repository has been archived on 2026-08-16. You can view files and clone it, but cannot push or open issues/pull-requests.
pr3-sose2026-fork/haskell/01-expressions
Sebastian Steger 256670a48f expressions stub 2025-08-20 15:00:48 +02:00
..
README.md expressions stub 2025-08-20 15:00:48 +02:00

README.md

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