Skip to content

Commit 6ef0186

Browse files
committed
for the CI
1 parent 7b3a505 commit 6ef0186

File tree

5 files changed

+1646
-2
lines changed

5 files changed

+1646
-2
lines changed

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ reals/constructive_ereal.v
3030
reals/reals.v
3131
reals/real_interval.v
3232
reals/signed.v
33+
reals/interval_inference.v
3334
reals/prodnormedzmodule.v
3435
reals/all_reals.v
3536
experimental_reals/xfinmap.v

experimental_reals/discrete.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(* Copyright (c) - 2016--2018 - Polytechnique *)
55

66
(* -------------------------------------------------------------------- *)
7-
From Coq Require Setoid.
7+
From Corelib Require Setoid.
88
From HB Require Import structures.
99
From mathcomp Require Import all_ssreflect all_algebra.
1010
From mathcomp.classical Require Import boolp.

reals/all_reals.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
From mathcomp Require Export interval_inference.
12
From mathcomp Require Export constructive_ereal.
23
From mathcomp Require Export reals.
34
From mathcomp Require Export real_interval.

0 commit comments

Comments
 (0)