lean4-htt/old_tests/tests/lean/run/have2.lean
2018-04-10 12:56:55 -07:00

9 lines
175 B
Text

prelude
definition Prop : Type.{1} := Type.{0}
constants a b c : Prop
axiom Ha : a
axiom Hb : b
axiom Hc : c
#check have H1 : a, from Ha,
have H2 : a, from H1,
H2