-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a configuration for building with dune
- Loading branch information
1 parent
40ffe12
commit 3c0f974
Showing
6 changed files
with
58 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(include_subdirs qualified) | ||
|
||
(coq.theory | ||
(name Birmingham2017) | ||
(flags :standard | ||
-noinit | ||
-indices-matter | ||
-type-in-type | ||
-w -notation-overridden) | ||
(theories UniMath)) | ||
|
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 @@ | ||
(include_subdirs qualified) | ||
|
||
(coq.theory | ||
(name Birmingham2019) | ||
(flags :standard | ||
-noinit | ||
-indices-matter | ||
-type-in-type | ||
-w -notation-overridden) | ||
(theories UniMath)) | ||
|
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 @@ | ||
(include_subdirs qualified) | ||
|
||
(coq.theory | ||
(name Columbus2019) | ||
(flags :standard | ||
-noinit | ||
-indices-matter | ||
-type-in-type | ||
-w -notation-overridden) | ||
(theories UniMath)) | ||
|
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 @@ | ||
(include_subdirs qualified) | ||
|
||
(coq.theory | ||
(name Cortona2022) | ||
(flags :standard | ||
-noinit | ||
-indices-matter | ||
-type-in-type | ||
-w -notation-overridden) | ||
(theories UniMath)) | ||
|
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 @@ | ||
(include_subdirs qualified) | ||
|
||
(coq.theory | ||
(name Minneapolis2024) | ||
(flags :standard | ||
-noinit | ||
-indices-matter | ||
-type-in-type | ||
-w -notation-overridden) | ||
(theories UniMath)) | ||
|
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 @@ | ||
(lang dune 3.5) | ||
(using coq 0.6) | ||
(name Schools) |