lean2/tests/lean/bad9.lean

8 lines
204 B
Text
Raw Normal View History

setoption pp::implicit true.
setoption 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.