Ltac2_plugin.Tac2coreSourceval pf_apply :
?catch_exceptions:bool ->
(Environ.env -> Evd.evar_map -> 'a Proofview.tactic) ->
'a Proofview.tacticval register_map :
?plugin:string ->
tag_name:string ->
(module MapType
with type valmap = 'map
and type S.elt = 'a
and type S.t = 'set) ->
('a, 'set, 'map) map_tagRegister a type on which we can use finite sets and maps. tag_name is the name used for the external to make the Ltac2.FSet.Tags.tag available.
Default registered maps
val inductive_map_tag :
(Names.inductive, Names.Indset_env.t, Tac2val.valexpr Names.Indmap_env.t)
map_tagval constructor_map_tag :
(Names.constructor,
Names.Constrset_env.t,
Tac2val.valexpr Names.Constrmap_env.t)
map_tagval constant_map_tag :
(Names.Constant.t, Names.Cset_env.t, Tac2val.valexpr Names.Cmap_env.t)
map_tag