verigraph-1.1.1: Software specification and verification tool based on graph rewriting.

Stabilitydevelopment
Safe HaskellSafe
LanguageHaskell2010

Analysis.Interlevel.InterLevelCP

Description

 

Synopsis

Documentation

interLevelCP :: MorphismsConfig -> (String, SndOrderRule a b) -> (String, GraphRule a b) -> [(String, String, Int, InterLevelCP a b)] Source #

Matches the second order rule with the first order, and calls theirs critical pairs

data InterLevelCP a b Source #

Instances