summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3788.v
blob: 2c5b9cb018a0fa93bb711139015f4d1890e61392 (plain)
1
2
3
4
5
6
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.