Skip to content

Instantly share code, notes, and snippets.

data Ty : Set
data Tm : Ty → Set
postulate Var : Ty → Set
data Ty where
pi sg : (A : Ty)(B : Var A → Ty) → Ty
data Subst {A} : (Var A → Ty) → Tm A → Ty → Set where
-- need to fill this in
@11Kilobytes
11Kilobytes / about.md
Created November 18, 2015 14:01 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer