From c83609826d97afda6b11b227207f461cf077a0d5 Mon Sep 17 00:00:00 2001 From: Reynald Affeldt Date: Thu, 19 Nov 2020 19:18:39 +0900 Subject: add declare scopes --- mathcomp/ssreflect/order.v | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mathcomp/ssreflect/order.v') diff --git a/mathcomp/ssreflect/order.v b/mathcomp/ssreflect/order.v index 1546a55..7cd178d 100644 --- a/mathcomp/ssreflect/order.v +++ b/mathcomp/ssreflect/order.v @@ -407,6 +407,9 @@ Set Implicit Arguments. 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. -- cgit v1.2.3