diff options
author | Matej Kosik <matej.kosik@inria.fr> | 2016-10-10 10:59:22 +0200 |
---|---|---|
committer | Matej Košík <matej.kosik@inria.fr> | 2017-06-07 14:49:13 +0200 |
commit | 661940fd55a925a6f17f6025f5d15fc9f5647cf9 (patch) | |
tree | eee305047751a333fd8aeff625c775ce8ed58013 /plugins/quote | |
parent | 73fd3afba9e8917dfc0644d1d8d9b22063cfa2fe (diff) |
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 980f03db3..c43d7d0b5 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 ffacd8b36..a81b8944c 100644 --- a/plugins/quote/quote.ml +++ b/plugins/quote/quote.ml @@ -101,6 +101,7 @@ (*i*) +open API open CErrors open Util open Names |