@@ -216,20 +216,20 @@ Notation const6 R := (match _ as F return forall A B, Hetero.relation A B -> for
216216 | F => fun (A B : Type) (_ : Hetero.relation A B) (A' B' : Type) (_ : Hetero.relation A' B') (A'' B'' : Type) (_ : Hetero.relation A'' B'') (A''' B''' : Type) (_ : Hetero.relation A''' B''') (A'''' B'''' : Type) (_ : Hetero.relation A'''' B'''') (A''''' B''''' : Type) (_ : Hetero.relation A''''' B''''') => R
217217 end ) (only parsing).
218218Notation constR6 R := (fun (A B : Type) (_ : Hetero.relation A B) (A' B' : Type) (_ : Hetero.relation A' B') (A'' B'' : Type) (_ : Hetero.relation A'' B'') (A''' B''' : Type) (_ : Hetero.relation A''' B''') (A'''' B'''' : Type) (_ : Hetero.relation A'''' B'''') (A''''' B''''' : Type) (_ : Hetero.relation A''''' B''''') => R).
219- Arguments Proper {F}%type R%dependent_signature m.
220- Arguments respectful {A B}%type (R R')%dependent_signature (_ _)%type _ _.
221- Arguments Proper2 {F}%type R%dependent2_signature m.
222- Arguments respectful2 {A B}%type (R R')%dependent2_signature (_ _)%type _ _.
223- Arguments Proper3 {F}%type R%dependent3_signature m.
224- Arguments respectful3 {A B}%type (R R')%dependent3_signature (_ _)%type _ _.
225- Arguments Proper4 {F}%type R%dependent4_signature m.
226- Arguments respectful4 {A B}%type (R R')%dependent4_signature (_ _)%type _ _.
227- Arguments Proper5 {F}%type R%dependent5_signature m.
228- Arguments respectful5 {A B}%type (R R')%dependent5_signature (_ _)%type _ _.
229- Arguments Proper6 {F}%type R%dependent6_signature m.
230- Arguments respectful6 {A B}%type (R R')%dependent6_signature (_ _)%type _ _.
231- Arguments Propern {n}%nat {F}%type R%dependentn_signature m.
232- Arguments respectfuln {n}%nat {A B}%type (R R')%dependentn_signature .
219+ Arguments Proper {F}%_type R%_dependent_signature m.
220+ Arguments respectful {A B}%_type (R R')%_dependent_signature (_ _)%_type _ _.
221+ Arguments Proper2 {F}%_type R%_dependent2_signature m.
222+ Arguments respectful2 {A B}%_type (R R')%_dependent2_signature (_ _)%_type _ _.
223+ Arguments Proper3 {F}%_type R%_dependent3_signature m.
224+ Arguments respectful3 {A B}%_type (R R')%_dependent3_signature (_ _)%_type _ _.
225+ Arguments Proper4 {F}%_type R%_dependent4_signature m.
226+ Arguments respectful4 {A B}%_type (R R')%_dependent4_signature (_ _)%_type _ _.
227+ Arguments Proper5 {F}%_type R%_dependent5_signature m.
228+ Arguments respectful5 {A B}%_type (R R')%_dependent5_signature (_ _)%_type _ _.
229+ Arguments Proper6 {F}%_type R%_dependent6_signature m.
230+ Arguments respectful6 {A B}%_type (R R')%_dependent6_signature (_ _)%_type _ _.
231+ Arguments Propern {n}%_nat {F}%_type R%_dependentn_signature m.
232+ Arguments respectfuln {n}%_nat {A B}%_type (R R')%_dependentn_signature .
233233
234234Local Open Scope dependent_signature_scope.
235235
@@ -298,8 +298,8 @@ Section Relations.
298298End Relations.
299299
300300Global Typeclasses Opaque respectful pointwise_relation forall_relation.
301- Arguments forall_relation {A P}%type sig%signature _ _.
302- Arguments pointwise_relation A%type {B}%type R%signature _ _.
301+ Arguments forall_relation {A P}%_type sig%_signature _ _.
302+ Arguments pointwise_relation A%_type {B}%_type R%_signature _ _.
303303
304304#[global]
305305Hint Unfold Reflexive : core.
0 commit comments