lean2/tests/lean/bad9.lean

8 lines
206 B
Text
Raw Normal View History

set_option pp::implicit true.
set_option pp::colors false.
variable N : Type.
check
fun (a : N) (f : N -> N) (H : f a == a),
let calc1 : f a == a := substp (fun x : N, f a == _) (refl (f a)) H
in calc1.