tct-2.0.1: A Complexity Analyser for Term Rewrite Systems

Portabilityunportable
Stabilityunstable
MaintainerMartin Avanzini <martin.avanzini@uibk.ac.at>
Safe HaskellSafe-Infered

Tct.Method.InnermostRuleRemoval

Contents

Description

This module implements the innermost rule removal transformation.

Synopsis

Documentation

irr :: TheTransformer InnermostRuleRemoval

On innermost problems, this processor removes inapplicable rules by looking at non-root overlaps.

Proof Object

data RuleRemoval

Constructors

RuleRemoval 

Fields

removed :: [Rule]
 
reason :: Rule
 

Processor