lambdapi.core
Core.Coercion
lambdapi.common
lambdapi.export
lambdapi.handle
lambdapi.lplib
lambdapi.lsp
lambdapi.parsing
lambdapi.pure
lambdapi.tool
val coerce : Term.sym
Symbol of the function that computes coercions. Coercion rules are added on that symbol.
val apply : Term.term -> Term.term -> Term.term -> Term.term
apply a b t creates the coercion of term t from type a to type b.
apply a b t
t
a
b