Skip to content

Commit bde86d1

Browse files
committed
Split ereal in ereal and classical_ereal
1 parent 7cdc9c5 commit bde86d1

11 files changed

Lines changed: 1192 additions & 1096 deletions

CHANGELOG_UNRELEASED.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,8 @@
137137

138138
### Infrastructure
139139

140-
### Misc
140+
### Misc
141+
142+
- file `ereal.v` split in two files `ereal.v` and `classical_ereal.v`
143+
(the latter exports the former, so the "Require Import ereal"
144+
can just be replaced by "Require Import classical_ereal")

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
theories/mathcomp_extra.v
1111
theories/boolp.v
1212
theories/ereal.v
13+
theories/classical_ereal.v
1314
theories/reals.v
1415
theories/landau.v
1516
theories/classical_sets.v

0 commit comments

Comments
 (0)