lean4-htt/tests/lean/run/include_bug.lean

5 lines
77 B
Text

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