"modern" haskell implementation of the algorithm described in the paper of the same name.
 
Go to file
Rachel Lambda Samuelsson cb00846b94 include application test 2022-05-12 19:01:19 +02:00
Algo.hs include application test 2022-05-12 19:01:19 +02:00
README.md initial commit 2022-05-12 18:52:25 +02:00

README.md

An algorithm for type-checking dependent types

A “modern” implementation of algorithm described in Thierry Coquands paper. This employs some monad nicities compared to the haskell implementation in the paper (and isnt a pdf).

This isnt meant to be “better”, it might even be more confusing to you. I wrote this to get more of a feel for checking dependent types.