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.DP.DependencyPairs

Contents

Description

This module implements the weak dependency pair transformation.

Synopsis

Documentation

dependencyPairs :: TheTransformer DPs

Implements dependency pair transformation. Only applicable on runtime-complexity problems.

dependencyTuples :: TheTransformer DPs

Implements dependency tuples transformation. Only applicable on innermost runtime-complexity problems.

Proof Object

Processor