lean4-htt/old_tests/tests/lean/run/445.lean
2018-04-10 12:56:55 -07: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