diff options
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/ssrtest/ssrsyntax2.v | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mathcomp/ssrtest/ssrsyntax2.v b/mathcomp/ssrtest/ssrsyntax2.v index 21088c8..b0f8f98 100644 --- a/mathcomp/ssrtest/ssrsyntax2.v +++ b/mathcomp/ssrtest/ssrsyntax2.v @@ -1,7 +1,5 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import mathcomp.ssreflect.ssreflect. -From mathcomp -Require Import ssrsyntax1. +Require Import mathcomp.ssrtest.ssrsyntax1. Require Import Arith. Goal (forall a b, a + b = b + a). |
