We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94590a1 commit 5797fbeCopy full SHA for 5797fbe
theories/Sorting/Sorted.v
@@ -20,7 +20,7 @@
20
The two notions are equivalent if the order is transitive.
21
*)
22
23
-From Stdlib Require Import List Relations Relations_1.
+From Stdlib Require Import List Relations RelationClasses.
24
25
(* Set Universe Polymorphism. *)
26
@@ -29,7 +29,7 @@ From Stdlib Require Import List Relations Relations_1.
29
Set Implicit Arguments.
30
Local Notation "[ ]" := nil (at level 0).
31
Local Notation "[ a ; .. ; b ]" := (a :: .. (b :: []) ..) (at level 0).
32
-Arguments Transitive [U] R.
+Local Arguments Transitive [_] R.
33
34
Section defs.
35
0 commit comments