package coq-core
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50
doc/coq-core.vernac/ComCoercion/index.html
Module ComCoercionSource
Classes and coercions.
val try_add_new_coercion_with_target :
Names.GlobRef.t ->
local:bool ->
poly:bool ->
reversible:bool ->
source:Coercionops.cl_typ ->
target:Coercionops.cl_typ ->
unittry_add_new_coercion_with_target ref s src tg declares ref as a coercion from src to tg
val try_add_new_coercion :
Names.GlobRef.t ->
local:bool ->
poly:bool ->
reversible:bool ->
unittry_add_new_coercion ref s declares ref, assumed to be of type (x1:T1)...(xn:Tn)src->tg, as a coercion from src to tg
val try_add_new_coercion_subclass :
Coercionops.cl_typ ->
local:bool ->
poly:bool ->
reversible:bool ->
unittry_add_new_coercion_subclass cst s expects that cst denotes a transparent constant which unfolds to some class tg; it declares an identity coercion from cst to tg, named something like "Id_cst_tg"
val try_add_new_coercion_with_source :
Names.GlobRef.t ->
local:bool ->
poly:bool ->
reversible:bool ->
source:Coercionops.cl_typ ->
unittry_add_new_coercion_with_source ref s src declares ref as a coercion from src to tg where the target is inferred from the type of ref
val try_add_new_identity_coercion :
Names.Id.t ->
local:bool ->
poly:bool ->
source:Coercionops.cl_typ ->
target:Coercionops.cl_typ ->
unittry_add_new_identity_coercion id s src tg enriches the environment with a new definition of name id declared as an identity coercion from src to tg
Attribute to silence warning for coercions that don't satisfy the uniform inheritance condition. (deprecated in 8.18)