diff options
| author | Emilio Jesus Gallego Arias | 2019-02-12 04:32:47 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-02-18 18:15:44 +0100 |
| commit | fad095ccc656c5fccc5e50b36067deabde233bb3 (patch) | |
| tree | 69374b6bea33db0cca8a5ea608aa7be3275fb559 /dev/doc | |
| parent | 77b454e5ab8698f0d87bdf2eb32b48ab998ba590 (diff) | |
[dev] Add include versions for Dune builds.
Fixes #9537
This way, users can do:
```
dune exec coqtop.byte
> Drop.
# #directory "dev";;
# #use "include_dune";;
```
Diffstat (limited to 'dev/doc')
| -rw-r--r-- | dev/doc/build-system.dune.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/doc/build-system.dune.md b/dev/doc/build-system.dune.md index 01c32041d2..da91c85856 100644 --- a/dev/doc/build-system.dune.md +++ b/dev/doc/build-system.dune.md @@ -106,6 +106,16 @@ refined, so you need to build enough of Coq once to use this target [it will then correctly compute the deps and rebuild if you call the script again] This will be fixed in the future. +## Dropping from coqtop: + +The following sequence is recommended: +``` +dune exec coqtop.byte +> Drop. +# #directory "dev";; +# #use "include_dune";; +``` + ## Compositionality, developer and release modes. By default [in "developer mode"], Dune will compose all the packages |
