Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions bigenough.v
Original file line number Diff line number Diff line change
@@ -1,8 +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 seq choice fintype.
From mathcomp Require Import ssreflect ssrfun ssrbool.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "[ rel _ _ in _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "[ rel _ _ in _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "[ rel _ _ in _ & _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "[ rel _ _ in _ & _ | _ ]" was already used in scope

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "[ rel _ _ : _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "[ rel _ _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "[ rel _ _ in _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "[ rel _ _ in _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "[ rel _ _ in _ & _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "[ rel _ _ in _ & _ | _ ]" was already used in scope

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "[ rel _ _ : _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "[ rel _ _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "[ rel _ _ in _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "[ rel _ _ in _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "[ rel _ _ in _ & _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "[ rel _ _ in _ & _ | _ ]" was already used in scope

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "[ rel _ _ : _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "[ rel _ _ | _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "[ preim _ of _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "[ predC _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "[ predD _ & _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "[ predU _ & _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "[ predI _ & _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "[ preim _ of _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "[ predC _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "[ predD _ & _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "[ predU _ & _ ]" was already used in scope fun_scope.

Check warning on line 3 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "[ predI _ & _ ]" was already used in scope fun_scope.
From mathcomp Require Import eqtype ssrnat seq choice fintype.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "_ < _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "_ <= _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "_ - _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.10)

Notation "_ + _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "_ < _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "_ <= _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "_ - _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.11)

Notation "_ + _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "_ < _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "_ <= _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "_ - _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.12)

Notation "_ + _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "_ >= _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "_ < _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "_ <= _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "_ - _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.13)

Notation "_ + _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "_ >= _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "_ < _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "_ <= _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "_ - _" was already used in scope nat_scope.

Check warning on line 4 in bigenough.v

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:8.14)

Notation "_ + _" was already used in scope nat_scope.

(****************************************************************************)
(* This is a small library to do epsilon - N reasoning. *)
Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-bigenough.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.10" & < "8.15~") | (= "dev")}
"coq" {(>= "8.10" & < "9.1~") | (= "dev")}
"coq-mathcomp-ssreflect" {>= "1.6"}
]

Expand Down