Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 385 Bytes

TAPL-Haskell

Haskell implementations of type systems as described in Benjamin Pierce's Types and Programming Languages.

Build and Run

Each program uses cabal to compile and run (this book is a great resource)

To build and run follow these steps:

cd <name of project directory>
source ~/.ghcup/env
cabal build
cabal run