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

5 lines
77 B
Text

variables x y : nat
variable xy : x = y
include xy
lemma xyeq : x = y := xy