diff options
Diffstat (limited to 'mathcomp/ssreflect/order.v')
| -rw-r--r-- | mathcomp/ssreflect/order.v | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mathcomp/ssreflect/order.v b/mathcomp/ssreflect/order.v index 7cd178d..f40c1d5 100644 --- a/mathcomp/ssreflect/order.v +++ b/mathcomp/ssreflect/order.v @@ -408,7 +408,6 @@ Unset Strict Implicit. Unset Printing Implicit Defensive. Declare Scope order_scope. -Declare Scope cpo_sort. Delimit Scope order_scope with O. Local Open Scope order_scope. @@ -1057,7 +1056,6 @@ End Exports. End POrder. Import POrder.Exports. -Bind Scope cpo_sort with POrder.sort. Section POrderDef. @@ -2072,7 +2070,6 @@ End Exports. End FinPOrder. Import FinPOrder.Exports. -Bind Scope cpo_sort with FinPOrder.sort. Module FinLattice. Section ClassDef. |
