aboutsummaryrefslogtreecommitdiff
path: root/API/API.ml
diff options
context:
space:
mode:
authorMaxime Dénès2017-11-20 10:58:36 +0100
committerMaxime Dénès2017-11-20 10:58:36 +0100
commitc9f45bd9aa75cbcfcee7089b722eb5fac1832472 (patch)
tree7acba7a518e81be25454b6ac756fb3b4dc05f1d3 /API/API.ml
parent921ee76930bf84b9b3e413cc9c8f5f519c0b06ad (diff)
parentdc664b3b0c6f6f5eeba0c1092efc3f4537cdf657 (diff)
Merge PR #6183: [plugins] Prepare plugin API for functional handling of state.
Diffstat (limited to 'API/API.ml')
-rw-r--r--API/API.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/API/API.ml b/API/API.ml
index f588fe193a..78d9c0c26e 100644
--- a/API/API.ml
+++ b/API/API.ml
@@ -275,6 +275,7 @@ module Command = Command
module Classes = Classes
(* module Record *)
(* module Assumptions *)
+module Vernacstate = Vernacstate
module Vernacinterp = Vernacinterp
module Mltop = Mltop
module Topfmt = Topfmt