lean2/library/hott/logic.lean

2 lines
75 B
Text
Raw Normal View History

definition id.{l} (A : Type.{l}) (a : A) : A := a
check ∀ x : Type.{0}, x