|
1 |
| -From Corelib Require Export Relation_Definitions. |
| 1 | +From Corelib Require Export RelationClasses. |
| 2 | +From Corelib Require Import Relation_Definitions. |
| 3 | + |
| 4 | +Notation relation := relation (only parsing). |
| 5 | + |
| 6 | +#[deprecated(since="9.1", use=Reflexive)] |
| 7 | +Notation reflexive := reflexive (only parsing). |
| 8 | +#[deprecated(since="9.1", use=Transitive)] |
| 9 | +Notation transitive := transitive (only parsing). |
| 10 | +#[deprecated(since="9.1", use=Symmetric)] |
| 11 | +Notation symmetric := symmetric (only parsing). |
| 12 | +#[deprecated(since="9.1", use=Antisymmetric)] |
| 13 | +Notation antisymmetric := antisymmetric (only parsing). |
| 14 | +#[deprecated(since="9.1", use=Equivalence)] |
| 15 | +Notation equiv := equiv (only parsing). |
| 16 | +#[deprecated(since="9.1", use=PreOrder)] |
| 17 | +Notation preorder := preorder (only parsing). |
| 18 | +#[deprecated(since="9.1", use=Build_PreOrder)] |
| 19 | +Notation Build_preorder := Build_preorder (only parsing). |
| 20 | +#[deprecated(since="9.1", use=PreOrder_Reflexive)] |
| 21 | +Notation preord_refl := preord_refl (only parsing). |
| 22 | +#[deprecated(since="9.1", use=PreOrder_Transitive)] |
| 23 | +Notation preord_trans := preord_trans (only parsing). |
| 24 | +#[deprecated(since="9.1", use=PartialOrder)] |
| 25 | +Notation order := order (only parsing). |
| 26 | +#[deprecated(since="9.1", note="Use RelationClasses.PartialOrder")] |
| 27 | +Notation Build_order := Build_order (only parsing). |
| 28 | +#[deprecated(since="9.1", use=partial_order_antisym)] |
| 29 | +Notation ord_antisym := ord_antisym (only parsing). |
| 30 | +#[deprecated(since="9.1", note="Use RelationClasses.PartialOrder")] |
| 31 | +Notation ord_refl := ord_refl (only parsing). |
| 32 | +#[deprecated(since="9.1", note="Use RelationClasses.PartialOrder")] |
| 33 | +Notation ord_trans := ord_trans (only parsing). |
| 34 | +#[deprecated(since="9.1", use=Equivalence)] |
| 35 | +Notation equivalence := equivalence (only parsing). |
| 36 | +#[deprecated(since="9.1", use=Build_Equivalence)] |
| 37 | +Notation Build_equivalence := Build_equivalence (only parsing). |
| 38 | +#[deprecated(since="9.1", use=Equivalence_Reflexive)] |
| 39 | +Notation equiv_refl := equiv_refl (only parsing). |
| 40 | +#[deprecated(since="9.1", use=Equivalence_Transitive)] |
| 41 | +Notation equiv_trans := equiv_trans (only parsing). |
| 42 | +#[deprecated(since="9.1", use=Equivalence_Symmetric)] |
| 43 | +Notation equiv_sym := equiv_sym (only parsing). |
| 44 | +#[deprecated(since="9.1", use=RelationClasses.PER)] |
| 45 | +Notation PER := PER (only parsing). |
| 46 | +#[deprecated(since="9.1", use=RelationClasses.Build_PER)] |
| 47 | +Notation Build_PER := Build_PER (only parsing). |
| 48 | +#[deprecated(since="9.1", use=RelationClasses.PER_Symmetric)] |
| 49 | +Notation per_sym := per_sym (only parsing). |
| 50 | +#[deprecated(since="9.1", use=RelationClasses.PER_Transitive)] |
| 51 | +Notation per_trans := per_trans (only parsing). |
| 52 | +#[deprecated(since="9.1", use=subrelation)] |
| 53 | +Notation inclusion := inclusion (only parsing). |
| 54 | +#[deprecated(since="9.1", use=relation_equivalence)] |
| 55 | +Notation same_relation := same_relation (only parsing). |
| 56 | +#[deprecated(since="9.1", note="If you would like the standard library to keep this definition, please open an issue")] |
| 57 | +Notation commut := commut (only parsing). |
0 commit comments