diff options
| author | Pierre-Marie Pédrot | 2018-11-19 13:49:30 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-19 13:49:30 +0100 |
| commit | 1ca5089ebc8250073575ba0b63242a36e66a803e (patch) | |
| tree | fcb10264006d77a891080ce8d7d916456a561d89 /plugins/ssrmatching | |
| parent | 6498a76f9755a9c82a04f0c4e088bc809eedede5 (diff) | |
| parent | 4949b991019dd6dd845627cc03e800072bc7ed10 (diff) | |
Merge PR #8902: [ltac] Use CAst nodes in the tactic AST.
Diffstat (limited to 'plugins/ssrmatching')
| -rw-r--r-- | plugins/ssrmatching/ssrmatching.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ssrmatching/ssrmatching.ml b/plugins/ssrmatching/ssrmatching.ml index 5dcbf9b3ef..142d1ac790 100644 --- a/plugins/ssrmatching/ssrmatching.ml +++ b/plugins/ssrmatching/ssrmatching.ml @@ -1388,7 +1388,7 @@ let () = let () = Tacenv.register_ml_tactic name [|mltac|] in let tac = TacFun ([Name (Id.of_string "pattern")], - TacML (Loc.tag ({ mltac_name = name; mltac_index = 0 }, []))) in + TacML (CAst.make ({ mltac_name = name; mltac_index = 0 }, []))) in let obj () = Tacenv.register_ltac true false (Id.of_string "ssrpattern") tac in Mltop.declare_cache_obj obj "ssrmatching_plugin" |
