@@ -176,7 +176,7 @@ These commands support the :attr:`local` and :attr:`global` locality attributes.
176176The default is :attr: `local ` if the command is used inside a section, :attr: `global ` otherwise.
177177They also support the :attr: `universes(polymorphic) ` attributes.
178178
179- .. cmd :: Add Parametric Relation {* @binder } : @one_term__A @one_term__Aeq {? reflexivity proved by @one_term } {? symmetry proved by @one_term } {? transitivity proved by @one_term } as @ident
179+ .. cmd :: Add Parametric Relation @binders : @one_term__A @one_term__Aeq {? reflexivity proved by @one_term } {? symmetry proved by @one_term } {? transitivity proved by @one_term } as @ident
180180
181181 Declares a parametric relation of :n: `@one_term__A `, which is a `Type `, say `T `, with
182182 :n: `@one_term__Aeq `, which is a relation on `T `, i.e. of type `(T -> T -> Prop) `.
@@ -235,7 +235,7 @@ replace terms with related ones only in contexts that are syntactic
235235compositions of parametric morphism instances declared with the
236236following command.
237237
238- .. cmd :: Add Parametric Morphism {* @binder } : @one_term with signature @term as @ident
238+ .. cmd :: Add Parametric Morphism @binders : @one_term with signature @term as @ident
239239
240240 Declares a parametric morphism :n: `@one_term ` of
241241 signature :n: `@term `. The final identifier :token: `ident ` gives a unique
@@ -777,7 +777,7 @@ Deprecated syntax and backward incompatibilities
777777 Notice that the syntax is not completely backward compatible since the
778778 identifier was not required.
779779
780- .. cmd :: Add Parametric Setoid {* @binder } : @one_term @one_term @one_term as @ident
780+ .. cmd :: Add Parametric Setoid @binders : @one_term @one_term @one_term as @ident
781781 :undocumented:
782782
783783.. cmd :: Add Morphism @one_term : @ident
0 commit comments