Author Pablo Picouto Garcia
Haskell is a standardized, general-purpose purely functional programming language, with strong static typing.
Here we cover with examples the most important features of the language.
If you want to reference to the official documentation visit Here
- Arithmetic
- Collections
- Conditions
- HighOrder
- Pipelines
- Tuples
- Data type
- Maybe
- Type classes
- Async
- Error handling
- Generics
You can find the main class to run the app here