-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
107 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
-Q . mathcomp.altreals | ||
|
||
-arg -w -arg -parsing | ||
-arg -w -arg +undeclared-scope | ||
-arg -w -arg +non-primitive-record | ||
-arg -w -arg -ambiguous-paths | ||
-arg -w -arg -redundant-canonical-projection | ||
-arg -w -arg -projection-no-head-constant | ||
|
||
altreals/xfinmap.v | ||
altreals/discrete.v | ||
altreals/realseq.v | ||
altreals/realsum.v | ||
altreals/distr.v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# -*- Makefile -*- | ||
|
||
# setting variables | ||
COQPROJECT?=Make | ||
|
||
# Main Makefile | ||
include ../Makefile.common |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
-Q . mathcomp.analysis_stdlib | ||
|
||
-arg -w -arg -parsing | ||
-arg -w -arg +undeclared-scope | ||
-arg -w -arg +non-primitive-record | ||
-arg -w -arg -ambiguous-paths | ||
-arg -w -arg -redundant-canonical-projection | ||
-arg -w -arg -projection-no-head-constant | ||
|
||
Rstruct_topology.v | ||
showcase/uniform_bigO.v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# -*- Makefile -*- | ||
|
||
# setting variables | ||
COQPROJECT?=Make | ||
|
||
# Main Makefile | ||
include ../Makefile.common |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
-Q . mathcomp.reals | ||
|
||
-arg -w -arg -parsing | ||
-arg -w -arg +undeclared-scope | ||
-arg -w -arg +non-primitive-record | ||
-arg -w -arg -ambiguous-paths | ||
-arg -w -arg -redundant-canonical-projection | ||
-arg -w -arg -projection-no-head-constant | ||
|
||
constructive_ereal.v | ||
reals.v | ||
real_interval.v | ||
signed.v | ||
itv.v | ||
prodnormedzmodule.v | ||
nsatz_realtype.v | ||
all_reals.v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# -*- Makefile -*- | ||
|
||
# setting variables | ||
COQPROJECT?=Make | ||
|
||
# Main Makefile | ||
include ../Makefile.common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
From mathcomp Require Export signed. | ||
From mathcomp Require Export itv. | ||
From mathcomp Require Export constructive_ereal. | ||
From mathcomp Require Export reals. | ||
From mathcomp Require Export real_interval. | ||
From mathcomp Require Export prodnormedzmodule. | ||
From mathcomp Require Export nsatz_realtype. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
-Q . mathcomp.reals_stdlib | ||
|
||
-arg -w -arg -parsing | ||
-arg -w -arg +undeclared-scope | ||
-arg -w -arg +non-primitive-record | ||
-arg -w -arg -ambiguous-paths | ||
-arg -w -arg -redundant-canonical-projection | ||
-arg -w -arg -projection-no-head-constant | ||
|
||
Rstruct.v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# -*- Makefile -*- | ||
|
||
# setting variables | ||
COQPROJECT?=Make | ||
|
||
# Main Makefile | ||
include ../Makefile.common |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters