Skip to content

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

Notifications You must be signed in to change notification settings

rudynicolop/TAPL-Haskell

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks