diff options
| author | Maxime Dénès | 2017-11-20 10:58:36 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-20 10:58:36 +0100 |
| commit | c9f45bd9aa75cbcfcee7089b722eb5fac1832472 (patch) | |
| tree | 7acba7a518e81be25454b6ac756fb3b4dc05f1d3 /API/API.ml | |
| parent | 921ee76930bf84b9b3e413cc9c8f5f519c0b06ad (diff) | |
| parent | dc664b3b0c6f6f5eeba0c1092efc3f4537cdf657 (diff) | |
Merge PR #6183: [plugins] Prepare plugin API for functional handling of state.
Diffstat (limited to 'API/API.ml')
| -rw-r--r-- | API/API.ml | 1 |
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 |
