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

7 lines
184 B
Text

exit
structure is_trunc [class] (A : Type) : Type
theorem foo (A : Type) [H : is_trunc A] (B : Type) : B := sorry
theorem bar [H : is_trunc false] : false :=
by apply (@foo false _)