Skip to content

Latest commit

 

History

History

haskell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Haskell

Requirements

Haskell stack.

Check we have it installed with:

$ stack --version
Version 2.3.1 x86_64 hpack-0.33.0

Quick Start

# jump in to this directory
cd haskell

# run the tests 
stack test

# run the repl
stack ghci

back