Skip to content

Commit

Permalink
Split ereal in constructive_ereal and ereal
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored and affeldt-aist committed Aug 2, 2022
1 parent 0b421c7 commit 89dc746
Show file tree
Hide file tree
Showing 4 changed files with 3,414 additions and 3,347 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@
### Infrastructure

### Misc

- file `ereal.v` split in two files `constructive_ereal.v` and
`ereal.v` (the latter exports the former, so the "Require Import
ereal" can just be kept unchanged)
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

theories/mathcomp_extra.v
theories/boolp.v
theories/constructive_ereal.v
theories/ereal.v
theories/reals.v
theories/landau.v
Expand Down
Loading

0 comments on commit 89dc746

Please sign in to comment.