diff options
| author | Enrico Tassi | 2018-06-30 13:55:09 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-06-30 13:55:09 +0200 |
| commit | 6055b1584b84c3ea5d8c1a4550e1eb0540d35421 (patch) | |
| tree | 3cb2eccd00e151b28c67c7a4f36db128faa2ea37 /plugins/ssr/ssrparser.ml4 | |
| parent | e25d69f5d47f7ad6584bf54ea48e42fd482c95e0 (diff) | |
| parent | 9e26743cf40cdfd85317d2826ee05373d8670082 (diff) | |
Merge PR #7949: Split the Ssrmatching module between code and grammar rules.
Diffstat (limited to 'plugins/ssr/ssrparser.ml4')
| -rw-r--r-- | plugins/ssr/ssrparser.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ssr/ssrparser.ml4 b/plugins/ssr/ssrparser.ml4 index 347a1e4e26..6b183dab1c 100644 --- a/plugins/ssr/ssrparser.ml4 +++ b/plugins/ssr/ssrparser.ml4 @@ -962,6 +962,7 @@ END (* the default simpl and unfold tactics would erase blindly. *) open Ssrmatching_plugin.Ssrmatching +open Ssrmatching_plugin.G_ssrmatching let pr_wgen = function | (clr, Some((id,k),None)) -> spc() ++ pr_clear mt clr ++ str k ++ pr_hoi id |
