Skip to content
forked from mr-infty/tapl

Solutions to the exercises in and miscellaneous material for the book "Types and Programming Languages" by Benjamin C. Pierce.

License

Notifications You must be signed in to change notification settings

merryituxz/tapl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Types and Programming Languages -- Exercises

Solutions to the exercises in and miscellaneous material for the book "Types and Programming Languages" by Benjamin C. Pierce.

Requirements

Installation

git clone https://github.com/mr-infty/tapl.git
cd tapl

Usage

Run

make

to typeset the exercise solutions. These are organized into subdirectories ch-03, ch-04, ... corresponding to chapters.

Some chapters are also accompanied by Idris programs (*.idr) that I wrote to test my understanding. These probably aren't too well documented. Read at your own risk.

About

Solutions to the exercises in and miscellaneous material for the book "Types and Programming Languages" by Benjamin C. Pierce.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Idris 99.6%
  • Makefile 0.4%