summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3788.v
blob: 8e605a00f6fb461d82d1d69c1d223b714feabf05 (plain)
1
2
3
4
5
Set Implicit Arguments.
Global Set Primitive Projections.
Record Functor (C D : Type) := { object_of :> forall _ : C, D }.
Axiom path_functor_uncurried : forall C D (F G : Functor C D) (_ : sigT (fun HO : object_of F = object_of G => Set)), F = G.
Fail Lemma path_functor_uncurried_snd C D F G HO HM : (@path_functor_uncurried C D F G (existT _ HO HM)) = HM.