diff options
| author | Maxime Dénès | 2017-06-08 09:57:48 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-08 09:57:48 +0200 |
| commit | 1ee1c09eb1e9c347537e058e1c7932c864bdb8f0 (patch) | |
| tree | 294570bdd6eea833319174524a5659a6dcdcdadd /plugins/quote | |
| parent | 73fd3afba9e8917dfc0644d1d8d9b22063cfa2fe (diff) | |
| parent | 11723417c3c3c76b121f5548948268961b621a49 (diff) | |
Merge PR#652: Put all plugins behind an "API".
Diffstat (limited to 'plugins/quote')
| -rw-r--r-- | plugins/quote/g_quote.ml4 | 1 | ||||
| -rw-r--r-- | plugins/quote/quote.ml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/quote/g_quote.ml4 b/plugins/quote/g_quote.ml4 index 980f03db33..c43d7d0b5b 100644 --- a/plugins/quote/g_quote.ml4 +++ b/plugins/quote/g_quote.ml4 @@ -8,6 +8,7 @@ (*i camlp4deps: "grammar/grammar.cma" i*) +open API open Ltac_plugin open Names open Misctypes diff --git a/plugins/quote/quote.ml b/plugins/quote/quote.ml index ffacd8b361..a81b8944c9 100644 --- a/plugins/quote/quote.ml +++ b/plugins/quote/quote.ml @@ -101,6 +101,7 @@ (*i*) +open API open CErrors open Util open Names |
