-
Notifications
You must be signed in to change notification settings - Fork 54
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
31 changed files
with
159 additions
and
50 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(coq.theory | ||
(package coq-elpi-tests-stdlib) | ||
(name elpi_apps_eltac_tests_stdlib) | ||
(theories elpi elpi.apps.eltac Stdlib)) | ||
(theories elpi elpi.apps.eltac elpi_stdlib)) | ||
|
||
(include_subdirs qualified) |
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From elpi.apps Require Export tc. | ||
From Coq Require Export Morphisms. | ||
From elpi.core Require Export Morphisms. | ||
|
||
Elpi TC Solver Override TC.Solver Rm Proper ProperProxy. |
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
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
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
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
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,3 @@ | ||
#[only="8.20"] From Coq Require Export Arith. | ||
#[skip="8.20"] From Stdlib Require Export Arith. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq Require Export FunctionalExtensionality. | ||
#[skip="8.20"] From Stdlib Require Export FunctionalExtensionality. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq Require Export List. | ||
#[skip="8.20"] From Stdlib Require Export List. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq Require Export Peano. | ||
#[skip="8.20"] From Stdlib Require Export Peano. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq Require Export Permutation. | ||
#[skip="8.20"] From Stdlib Require Export Permutation. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq.Program Require Export Basics. | ||
#[skip="8.20"] From Stdlib.Program Require Export Basics. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq.Program Require Export Syntax. | ||
#[skip="8.20"] From Stdlib.Program Require Export Syntax. | ||
|
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,15 @@ | ||
(rule | ||
(target Basics.v) | ||
(deps | ||
(glob_files Basics.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target Syntax.v) | ||
(deps | ||
(glob_files Syntax.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) |
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,3 @@ | ||
#[only="8.20"] From Coq Require Export Ranalysis5. | ||
#[skip="8.20"] From Stdlib Require Export Ranalysis5. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq Require Export Utf8. | ||
#[skip="8.20"] From Stdlib Require Export Utf8. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq Require Export Vector. | ||
#[skip="8.20"] From Stdlib Require Export Vector. | ||
|
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,3 @@ | ||
#[only="8.20"] From Coq Require Export ZArith. | ||
#[skip="8.20"] From Stdlib Require Export ZArith. | ||
|
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,79 @@ | ||
(coq.theory | ||
(name elpi_stdlib) | ||
(plugins coq-elpi.elpi) | ||
(package coq-elpi-tests-stdlib) | ||
(theories elpi_elpi elpi)) | ||
|
||
(rule | ||
(target Vector.v) | ||
(deps | ||
(glob_files Vector.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target Arith.v) | ||
(deps | ||
(glob_files Arith.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target ZArith.v) | ||
(deps | ||
(glob_files ZArith.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target FunctionalExtensionality.v) | ||
(deps | ||
(glob_files FunctionalExtensionality.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target List.v) | ||
(deps | ||
(glob_files List.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target Ranalysis5.v) | ||
(deps | ||
(glob_files Ranalysis5.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target Utf8.v) | ||
(deps | ||
(glob_files Utf8.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target Peano.v) | ||
(deps | ||
(glob_files Peano.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(rule | ||
(target Permutation.v) | ||
(deps | ||
(glob_files Permutation.v.in)) | ||
(action | ||
(with-stdout-to %{target} | ||
(run coq_elpi_optcomp "%{coq:version.major}.%{coq:version.minor}" %{deps})))) | ||
|
||
(include_subdirs qualified) |