aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind
diff options
context:
space:
mode:
authorJim Fehrle2020-09-27 00:49:28 -0700
committerJim Fehrle2020-10-04 09:29:22 -0700
commit5b194f6c4f16b99fe8ebe3c8004c31c01aec0b3b (patch)
tree1f7d6b6c37d7a53e7a68b978f6c19cdf9e0c7526 /plugins/funind
parent9c2228ff011dc6188b70084fa1e1a5158affcf24 (diff)
Remove prefixes on nonterminal names, e.g. "constr:" and "Prim."
Diffstat (limited to 'plugins/funind')
-rw-r--r--plugins/funind/g_indfun.mlg2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/g_indfun.mlg b/plugins/funind/g_indfun.mlg
index a1094e39a4..bbc4df7dde 100644
--- a/plugins/funind/g_indfun.mlg
+++ b/plugins/funind/g_indfun.mlg
@@ -151,7 +151,7 @@ let (wit_function_rec_definition_loc : Vernacexpr.fixpoint_expr Loc.located Gena
Genarg.create_arg "function_rec_definition_loc"
let function_rec_definition_loc =
- Pcoq.create_generic_entry Pcoq.utactic "function_rec_definition_loc" (Genarg.rawwit wit_function_rec_definition_loc)
+ Pcoq.create_generic_entry2 "function_rec_definition_loc" (Genarg.rawwit wit_function_rec_definition_loc)
}