package lambdapi
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=1066aed2618fd8e6a400c5147dbf55ea977ce8d3fe2e518ac6785c6775a1b8be
sha512=f7f499626aba92e070ae69581299a58525973fdbfd04a160ed3ac89209fb6cbe307b816d0b23e1b75bc83467ce8b4b0530c6f9816eaf58f7a07fde65a450106c
doc/lambdapi.export/Export/Xtc/index.html
Module Export.Xtc
Source
This module provides a function to translate a simply typed signature to the XTC format used in the termination competition.
Remarks:
- SizeChangeTool accepts an extension of the XTC format with lambda and application in types and:
<arrow> <var>...</var> <type>...</type> <type>...</type> </arrow>
<typeLevelRule> <TLlhs>...</TLlhs> <TLrhs>...</TLrhs> </typeLevelRule>
syms
maps every symbol to a name.
bvars
is the set of abstracted variables.
pvars
is the list of all pattern variables with their type.
typ
is a reference to the types of the pvars of the current rules.
sym_name s
translates the symbol name of s
.
add_sym
declares a Lambdapi symbol.
type_sym ppf s
translates the Lambdapi type symbol s
.
sym ppf s
translates the Lambdapi symbol s
.
add_bvar v
declares an abstracted Lambdapi variable.
bvar v
translates the Lambdapi bound variable v
.
pvar i
translates the Lambdapi pattern variable i
.
term ppf t
translates the term t
.
add_pvars s r
adds the types of the pvars of r
in pvars
.
rule ppf r
translates the pair of terms r
as a rule.
sym_rule ppf s r
increases the number of rules and translates the sym_rule r
.
Translate the rules of symbol s
.
Translate the rules of a dependency except if it is a ghost signature.
sign ppf s
translates the Lambdapi signature s
.