aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorThéo Zimmermann2019-02-22 19:06:57 +0100
committerThéo Zimmermann2019-02-22 19:06:57 +0100
commit6a289e4fbc1c4327429bb7041e8f39a18bbb0f70 (patch)
tree71d1b19fa90c0c2c6e398e386f162b940e46afc3 /dev/doc
parent237050870a27bc2eda9224e9d8b18b7ef5b66236 (diff)
parentfad095ccc656c5fccc5e50b36067deabde233bb3 (diff)
Merge PR #9561: [dev] Add include versions for Dune builds.
Reviewed-by: Zimmi48
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/build-system.dune.md10
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