This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
From basic Require Import foo.
|
||||
|
||||
Definition false : t := t.
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
(coq.theory
|
||||
(name basic)
|
||||
(package base)
|
||||
(modules :standard)
|
||||
(synopsis "Test Coq library"))
|
||||
|
||||
(rule
|
||||
(alias default)
|
||||
(action (echo "%{read:base.install}")))
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 2.7)
|
||||
|
||||
(using coq 0.1)
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
(lang dune 2.7)
|
||||
(env (unsound (coq (flags -type-in-type))))
|
||||
|
|
@ -0,0 +1 @@
|
|||
Definition t := Type.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
$ dune build --display short --profile unsound --debug-dependency-path @all
|
||||
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))
|
||||
coqdep .basic.theory.d
|
||||
coqc foo.{glob,vo}
|
||||
coqc bar.{glob,vo}
|
||||
Loading…
Add table
Add a link
Reference in a new issue