tct-2.0.1: A Complexity Analyser for Term Rewrite Systems

Portabilityunportable
Stabilityunstable
MaintainerAndreas Schnabl <andreas.schnabl@uibk.ac.at>
Safe HaskellSafe-Infered

Tct.Encoding.HomomorphicInterpretation

Description

 

Documentation

class Interpretation a c | a -> c where

Methods

interpretFun :: a -> Symbol -> [c] -> c

interpretVar :: a -> Variable -> c