aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/plugin
diff options
context:
space:
mode:
authorErik Martin-Dorel2018-02-25 23:56:29 +0100
committerErik Martin-Dorel2018-02-26 15:23:18 +0100
commitf24095cfbe19c9ddb5ff3dee17a50f715a98acf5 (patch)
tree44c34baf4012a9eeda9ad68476ce72ec7cf00ce8 /mathcomp/ssreflect/plugin
parent13f26ccc09f87b222f9601892f085276a6ddb8c0 (diff)
Add ssrmatching.v transitional file
The content of this file is similar to that of ssrfun.v and aims to increase compatibility with Coq 8.6+ for third-party libraries that depend on both math-comp and ssrmatching.v Close #63
Diffstat (limited to 'mathcomp/ssreflect/plugin')
-rw-r--r--mathcomp/ssreflect/plugin/v8.6/ssreflect.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/plugin/v8.6/ssreflect.v b/mathcomp/ssreflect/plugin/v8.6/ssreflect.v
index 079bf72..860f0a1 100644
--- a/mathcomp/ssreflect/plugin/v8.6/ssreflect.v
+++ b/mathcomp/ssreflect/plugin/v8.6/ssreflect.v
@@ -1,7 +1,7 @@
(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
(* Distributed under the terms of CeCILL-B. *)
Require Import Bool. (* For bool_scope delimiter 'bool'. *)
-Require Import ssrmatching.
+From Coq Require Import ssrmatching.
Declare ML Module "ssreflect_plugin".
Set SsrAstVersion.