aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/metasyntax.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/metasyntax.ml b/toplevel/metasyntax.ml
index a64f32d09..a398b7777 100644
--- a/toplevel/metasyntax.ml
+++ b/toplevel/metasyntax.ml
@@ -160,6 +160,8 @@ let inMLTacticGrammar : ml_tactic_grammar_obj -> obj =
declare_object { (default_object "MLTacticGrammar") with
open_function = open_ml_tactic_notation;
cache_function = cache_ml_tactic_notation;
+ classify_function = (fun o -> Substitute o);
+ subst_function = (fun (_, o) -> o);
}
let add_ml_tactic_notation name prods atomic =