项目作者: rudynicolop

项目描述 :
Haskell implementations of type systems as described in Benjamin Pierce's Types and Programming Languages.
高级语言: Haskell
项目地址: git://github.com/rudynicolop/TAPL-Haskell.git
创建时间: 2020-06-02T04:58:11Z
项目社区:https://github.com/rudynicolop/TAPL-Haskell

开源协议:

下载


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:

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