diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2016-04-27 22:13:03 +0200 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2016-04-27 22:13:03 +0200 |
commit | 2c72ba5cb6864936067dd23cc40e28fe82f14ec5 (patch) | |
tree | 004f07a6f330eebed1bef01d8e26022ce522b406 | |
parent | a89f5a422d565c52e0c536d7aca2b93f5052f248 (diff) |
Revert "Fixing printing of Function."
This reverts commit cb6f036b8e097085a849f806aa7c2627b789bd1f.
-rw-r--r-- | plugins/funind/g_indfun.ml4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/funind/g_indfun.ml4 b/plugins/funind/g_indfun.ml4 index 0760e78bf..e93c395e3 100644 --- a/plugins/funind/g_indfun.ml4 +++ b/plugins/funind/g_indfun.ml4 @@ -164,11 +164,6 @@ GEXTEND Gram END -let () = - let raw_printer _ _ _ (loc,body) = Ppvernac.pr_rec_definition body in - let printer _ _ _ _ = str "<Unavailable printer for rec_definition>" in - Pptactic.declare_extra_genarg_pprule wit_function_rec_definition_loc raw_printer printer printer - (* TASSI: n'importe quoi ! *) VERNAC COMMAND EXTEND Function ["Function" ne_function_rec_definition_loc_list_sep(recsl,"with")] |