Skip to content

Commit 727a4bb

Browse files
committed
Split ereal in constructive_ereal and ereal
1 parent 2ae3b62 commit 727a4bb

4 files changed

Lines changed: 3414 additions & 3347 deletions

File tree

CHANGELOG_UNRELEASED.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@
5050
### Infrastructure
5151

5252
### Misc
53+
54+
- file `ereal.v` split in two files `constructive_ereal.v` and
55+
`ereal.v` (the latter exports the former, so the "Require Import
56+
ereal" can just be kept unchanged)

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
theories/mathcomp_extra.v
1010
theories/boolp.v
11+
theories/constructive_ereal.v
1112
theories/ereal.v
1213
theories/reals.v
1314
theories/landau.v

0 commit comments

Comments
 (0)