lean4-htt/tests/lean/run/445.lean
2017-03-09 18:41:19 -08:00

6 lines
115 B
Text

constants (A : Type) (a : A)
constants (B : Type) (b₁ b₂ : B) (H : b₁ = b₂)
#check a
#check b₁
#check H