diff options
| author | Maxime Dénès | 2017-02-21 09:30:57 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-02-21 09:30:57 +0100 |
| commit | e91286465973b6ba40d6646c630df8faa73eb8f1 (patch) | |
| tree | 58a00bf676dfef64452b5ed25c1587997387e237 /plugins/ssrmatching | |
| parent | 2b4f249ed0a28cde876f18aacf19f646d8af8fae (diff) | |
| parent | b09751b9a1b48541acc9a2daaff9ebc453fc3bf7 (diff) | |
Merge PR#309: Ltac as a plugin
Diffstat (limited to 'plugins/ssrmatching')
| -rw-r--r-- | plugins/ssrmatching/ssrmatching.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ssrmatching/ssrmatching.ml4 b/plugins/ssrmatching/ssrmatching.ml4 index fc988a2c5f..f4f6efa4a6 100644 --- a/plugins/ssrmatching/ssrmatching.ml4 +++ b/plugins/ssrmatching/ssrmatching.ml4 @@ -15,6 +15,7 @@ let frozen_lexer = CLexer.freeze () ;; (*i camlp4use: "pa_extend.cmo" i*) (*i camlp4deps: "grammar/grammar.cma" i*) +open Ltac_plugin open Names open Pp open Pcoq |
