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.PathAnalysis

Contents

Description

This module provides the path analysis with respect to dependency graphs.

Synopsis

Documentation

pathAnalysis :: Bool -> TheTransformer PathAnalysis

Implements path analysis. If the given argument is True, then linear path analysis is employed.

Proof Object

data PathProof

Processor