lean4-htt/tests/lean/run/simplifier1.lean
2016-06-10 18:29:41 -07:00

12 lines
268 B
Text

exit
constant P : Type₁
constant P_sub : subsingleton P
attribute P_sub [instance]
constant q : P → nat → Prop
set_option blast.simp false
set_option trace.blast true
set_option trace.cc true
example (a : nat) (h₁ h₂ : P) : q h₁ a = q h₂ a :=
by blast