diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2014-02-16 00:24:55 +0100 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2014-05-12 14:01:11 +0200 |
commit | d72e57a9e657c9d2563f2b49574464325135b518 (patch) | |
tree | 9b5c46e3ac279ea6878f7c522f978af7fa58c087 /grammar | |
parent | 0f2475ae87a89344a50b323e47765b61e3e3eb59 (diff) |
Moving the ML tactic extension mechanism to a Libobject-based one.
Diffstat (limited to 'grammar')
-rw-r--r-- | grammar/tacextend.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/tacextend.ml4 b/grammar/tacextend.ml4 index b5ab3a87b..dab81c8ef 100644 --- a/grammar/tacextend.ml4 +++ b/grammar/tacextend.ml4 @@ -181,7 +181,7 @@ let declare_tactic loc s c cl = (Pp.app (Pp.str ("Exception in tactic extend " ^ $se$ ^": ")) (Errors.print e)) ]; - Egramml.extend_tactic_grammar $se$ $gl$; + Egramcoq.extend_ml_tactic_grammar $se$ $gl$; List.iter (fun (s, r) -> Pptactic.declare_ml_tactic_pprule s r) $pp$; } >> ] |