-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAnalysis-Interlevel-InterLevelCP.html
4 lines (4 loc) · 8.37 KB
/
Analysis-Interlevel-InterLevelCP.html
1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Analysis.Interlevel.InterLevelCP</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Analysis-Interlevel-InterLevelCP.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Analysis.Interlevel.InterLevelCP.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">verigraph-1.1.1: Software specification and verification tool based on graph rewriting.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Stability</th><td>development</td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Analysis.Interlevel.InterLevelCP</p></div><div id="description"><p class="caption">Description</p><div class="doc empty"> </div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:interLevelCP">interLevelCP</a> :: <a href="Abstract-AdhesiveHLR.html#t:MorphismsConfig">MorphismsConfig</a> -> (<a href="../base-4.9.1.0/Data-String.html#t:String">String</a>, <a href="SndOrder-Rule.html#t:SndOrderRule">SndOrderRule</a> a b) -> (<a href="../base-4.9.1.0/Data-String.html#t:String">String</a>, <a href="TypedGraph-DPO-GraphRule.html#t:GraphRule">GraphRule</a> a b) -> [(<a href="../base-4.9.1.0/Data-String.html#t:String">String</a>, <a href="../base-4.9.1.0/Data-String.html#t:String">String</a>, <a href="../base-4.9.1.0/Data-Int.html#t:Int">Int</a>, <a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b)]</li><li class="src short"><span class="keyword">data</span> <a href="#t:InterLevelCP">InterLevelCP</a> a b = <a href="#v:InterLevelCP">InterLevelCP</a> {<ul class="subs"><li><a href="#v:sndOrderMatch">sndOrderMatch</a> :: <a href="SndOrder-Morphism.html#t:RuleMorphism">RuleMorphism</a> a b</li><li><a href="#v:fstOrderMatch">fstOrderMatch</a> :: <a href="TypedGraph-Morphism.html#t:TypedGraphMorphism">TypedGraphMorphism</a> a b</li></ul>}</li><li class="src short"><a href="#v:danglingExtension">danglingExtension</a> :: <a href="TypedGraph-Morphism.html#t:TypedGraphMorphism">TypedGraphMorphism</a> a b -> <a href="TypedGraph-Morphism.html#t:TypedGraphMorphism">TypedGraphMorphism</a> a b</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:interLevelCP" class="def">interLevelCP</a> :: <a href="Abstract-AdhesiveHLR.html#t:MorphismsConfig">MorphismsConfig</a> -> (<a href="../base-4.9.1.0/Data-String.html#t:String">String</a>, <a href="SndOrder-Rule.html#t:SndOrderRule">SndOrderRule</a> a b) -> (<a href="../base-4.9.1.0/Data-String.html#t:String">String</a>, <a href="TypedGraph-DPO-GraphRule.html#t:GraphRule">GraphRule</a> a b) -> [(<a href="../base-4.9.1.0/Data-String.html#t:String">String</a>, <a href="../base-4.9.1.0/Data-String.html#t:String">String</a>, <a href="../base-4.9.1.0/Data-Int.html#t:Int">Int</a>, <a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b)] <a href="src/Analysis.Interlevel.InterLevelCP.html#interLevelCP" class="link">Source</a> <a href="#v:interLevelCP" class="selflink">#</a></p><div class="doc"><p>Matches the second order rule with the first order, and calls theirs critical pairs</p></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:InterLevelCP" class="def">InterLevelCP</a> a b <a href="src/Analysis.Interlevel.InterLevelCP.html#InterLevelCP" class="link">Source</a> <a href="#t:InterLevelCP" class="selflink">#</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:InterLevelCP" class="def">InterLevelCP</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:sndOrderMatch" class="def">sndOrderMatch</a> :: <a href="SndOrder-Morphism.html#t:RuleMorphism">RuleMorphism</a> a b</dfn><div class="doc empty"> </div></li><li><dfn class="src"><a id="v:fstOrderMatch" class="def">fstOrderMatch</a> :: <a href="TypedGraph-Morphism.html#t:TypedGraphMorphism">TypedGraphMorphism</a> a b</dfn><div class="doc empty"> </div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:InterLevelCP" class="caption collapser" onclick="toggleSection('i:InterLevelCP')">Instances</p><div id="section.i:InterLevelCP" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:InterLevelCP:Eq:1" class="instance expander" onclick="toggleSection('i:id:InterLevelCP:Eq:1')"></span> <a href="../base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> (<a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b)</span> <a href="src/Analysis.Interlevel.InterLevelCP.html#line-30" class="link">Source</a> <a href="#t:InterLevelCP" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><div id="section.i:id:InterLevelCP:Eq:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b -> <a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b -> <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b -> <a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b -> <a href="../base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:InterLevelCP:Show:2" class="instance expander" onclick="toggleSection('i:id:InterLevelCP:Show:2')"></span> <a href="../base-4.9.1.0/Text-Show.html#t:Show">Show</a> (<a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b)</span> <a href="src/Analysis.Interlevel.InterLevelCP.html#line-30" class="link">Source</a> <a href="#t:InterLevelCP" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><div id="section.i:id:InterLevelCP:Show:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="../base-4.9.1.0/Data-Int.html#t:Int">Int</a> -> <a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b -> <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b -> <a href="../base-4.9.1.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Analysis-Interlevel-InterLevelCP.html#t:InterLevelCP">InterLevelCP</a> a b] -> <a href="../base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:danglingExtension" class="def">danglingExtension</a> :: <a href="TypedGraph-Morphism.html#t:TypedGraphMorphism">TypedGraphMorphism</a> a b -> <a href="TypedGraph-Morphism.html#t:TypedGraphMorphism">TypedGraphMorphism</a> a b <a href="src/Analysis.Interlevel.InterLevelCP.html#danglingExtension" class="link">Source</a> <a href="#v:danglingExtension" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>