pi/README.md

712 B
Raw Blame History

pi

A dependently typed system

Implemented

  • A Basic dependent lambda calculus

    • lambda abstractions
    • variables
    • pi types
    • type of types
  • Unit type

  • Empty type

  • Natural numbers

TODO

  • Fun types

    • Id
  • Parser

  • Implicit arguments

  • Universes

  • (indexed) inductive datatypes

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

References

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