an-algorithm-for-checking-d.../README.md

371 B
Raw Permalink Blame History

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.