Skip to content

CPF: add RelativeTerminationProof, use for Spilt transform, remove Unlabel #33

@jwaldmann

Description

@jwaldmann

split transform: http://cl2-informatik.uibk.ac.at/rewriting/mercurial.cgi/IsaFoR/file/0e6dfe9f5ac7/xml/cpf.xsd#l4053

intended application in standard termination proofs:
https://gitlab.imn.htwk-leipzig.de/waldmann/pure-matchbox/-/issues/437#note_43678

of course it can also be used for certificates for relative termination.

Currently I have

data Proof = TrsTerminationProof TrsTerminationProof
           | ...
           | RelativeTerminationProof TrsTerminationProof

both using the same argument - because our TRS contains both strict and weak rules. Still they'd need to be printed separately for CPF, and it's best to make this distinction visible through types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions