This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
Inductive AnotherBeginning := Of | The | Universe.
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(coq.theory
|
||||
(name A)
|
||||
(package A)
|
||||
(theories B)
|
||||
(boot))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 2.5)
|
||||
|
||||
(using coq 0.2)
|
||||
|
|
@ -0,0 +1 @@
|
|||
Inductive Beginning := Of | The | Universe.
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(coq.theory
|
||||
(name B)
|
||||
(package B))
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 2.5)
|
||||
|
||||
(using coq 0.2)
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 3.2)
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
Testing composition with two boot libraries
|
||||
|
||||
$ dune build
|
||||
Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
|
||||
3.8 and will be removed in an upcoming Dune version.
|
||||
Hint: To disable this warning, add the following to your dune-project file:
|
||||
(warnings (deprecated_coq_lang_lt_08 disabled))
|
||||
File "A/dune", line 4, characters 11-12:
|
||||
4 | (theories B)
|
||||
^
|
||||
Error: (boot) libraries cannot have dependencies
|
||||
[1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue