/haskell_examples

A set of examples in Haskell

Primary LanguageHaskellThe UnlicenseUnlicense

Haskell examples

A set of examples in Haskell

Prerequisites

You need to have Haskell installed on your machine. You can download it from here or install it using your package manager.

### Brew (macOS)

brew install ghc

### APT (Debian/Ubuntu)

sudo apt-get install haskell-platform

### YUM (Fedora)

sudo yum install haskell-platform

### Pacman (Arch Linux)

sudo pacman -S ghc

Running the examples

You can run the examples by using the runhaskell command or compiling the code using ghc and then running the compiled code.

Licence

This project is licensed under the Unlicense - see the LICENCE file for details