diff options
Diffstat (limited to 'mathcomp/discrete/fingraph.v')
| -rw-r--r-- | mathcomp/discrete/fingraph.v | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mathcomp/discrete/fingraph.v b/mathcomp/discrete/fingraph.v index 403d1ca..d445510 100644 --- a/mathcomp/discrete/fingraph.v +++ b/mathcomp/discrete/fingraph.v @@ -1,5 +1,7 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path fintype. +(*v8.5 From mathcomp.ssreflect *) +Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq. +Require Import path fintype. (******************************************************************************) (* This file develops the theory of finite graphs represented by an "edge" *) |
