diff options
| author | Cyril Cohen | 2019-04-26 14:14:15 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2019-04-26 15:08:48 +0200 |
| commit | 22c182b681c2852afa13efc2bc1d6d083646f061 (patch) | |
| tree | 240ce34774221645650404da1337e94c5e3f63b3 /mathcomp/algebra/ssrint.v | |
| parent | dec1f90d13c44016ea53da360e9692fd768bc24b (diff) | |
Cleaning Require and Require Imports
Diffstat (limited to 'mathcomp/algebra/ssrint.v')
| -rw-r--r-- | mathcomp/algebra/ssrint.v | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mathcomp/algebra/ssrint.v b/mathcomp/algebra/ssrint.v index b1fa069..1b1eb77 100644 --- a/mathcomp/algebra/ssrint.v +++ b/mathcomp/algebra/ssrint.v @@ -1,11 +1,7 @@ (* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) -Require Import mathcomp.ssreflect.ssreflect. -From mathcomp -Require Import ssrfun ssrbool eqtype ssrnat choice seq. -From mathcomp -Require Import fintype finfun bigop ssralg countalg ssrnum poly. -Import GRing.Theory Num.Theory. +From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat choice seq. +From mathcomp Require Import fintype finfun bigop ssralg countalg ssrnum poly. (******************************************************************************) (* This file develops a basic theory of signed integers, defining: *) @@ -39,11 +35,11 @@ Import GRing.Theory Num.Theory. (* (Posz (x - y)) and (Posz x) - (Posz y) for x, y : nat. *) (******************************************************************************) - Set Implicit Arguments. Unset Strict Implicit. Unset Printing Implicit Defensive. +Import GRing.Theory Num.Theory. Delimit Scope int_scope with Z. Local Open Scope int_scope. |
