This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 3.4)
|
||||
|
||||
(using coq 0.5)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(library
|
||||
(name boot_plugin)
|
||||
(public_name coq-boot.boot_plugin))
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
let () = Format.eprintf "plugin loaded@\n%!"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
Declare ML Module "boot_plugin:coq-boot.boot_plugin".
|
||||
Inductive AnotherBeginning := Of | The | Universe.
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
(coq.theory
|
||||
(name Coq)
|
||||
(boot)
|
||||
(package coq-boot)
|
||||
(plugins coq-boot.boot_plugin))
|
||||
|
||||
(include_subdirs qualified)
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(coq.theory
|
||||
(name User)
|
||||
(package coq-user))
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 3.4)
|
||||
|
||||
(using coq 0.5)
|
||||
|
|
@ -0,0 +1 @@
|
|||
Definition from_boot : AnotherBeginning := Universe.
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 3.4)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
Testing composition with a boot library with plugins
|
||||
|
||||
$ 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))
|
||||
plugin loaded
|
||||
plugin loaded
|
||||
Loading…
Add table
Add a link
Reference in a new issue