pi/README.md

881 B
Raw Blame History

pi

A dependently typed system

Implemented

  • A Basic dependent lambda calculus

    • lambda abstractions
    • variables
    • pi types
    • type of types
  • let … in …

  • Unit type

  • Empty type

  • Natural numbers

  • Σ Types

TODO

  • Performence optimisation

    • Parsing !!! (this is like 90% of the time currently lmao)
    • Memoize normalisation and conversion somehow?
  • Repl

  • Universes

  • Implicit arguments

  • (indexed) inductive datatypes

  • Write down the rules (Ill not get this far)

  • Compile to scheme

References

Some of the material I found helpful in groking dependent type checking: