Ltac2_plugin.Tac2internSourceval intern :
strict:bool ->
context ->
Tac2expr.raw_tacexpr ->
Tac2expr.glb_tacexpr * Tac2expr.type_schemeval intern_typedef :
(Names.KerName.t * int) Names.Id.Map.t ->
Tac2expr.raw_quant_typedef ->
Tac2expr.glb_quant_typedefCheck that a term is a value. Only values are safe to marshall between processes.
check_subtype t1 t2 returns true iff all values of instances of type t1 also have type t2.
val subst_quant_typedef :
Mod_subst.substitution ->
Tac2expr.glb_quant_typedef ->
Tac2expr.glb_quant_typedefval subst_type_scheme :
Mod_subst.substitution ->
Tac2expr.type_scheme ->
Tac2expr.type_schemeReplaces all qualified identifiers by their corresponding kernel name. The set represents bound variables in the context.
Errors
Misc