We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c588e commit fdf70f6Copy full SHA for fdf70f6
src/library/Category/TypedGraphRule/Adhesive.hs
@@ -92,7 +92,7 @@ instance MAdhesive (RuleMorphism a b) where
92
f' = RuleMorphism ruleR ruleP f'L f'K f'R
93
g' = RuleMorphism ruleD ruleP g'L g'K g'R
94
95
- transposedNACs = map (\nac -> fst (calculatePushout nac g'L)) (nacs ruleD)
+ transposedNACs = createStep ShiftNACs g'L (nacs ruleD)
96
97
createdNACs = createStep ShiftNACs f'L (nacs ruleR)
98
@@ -223,4 +223,4 @@ createSideRule createS k1 sideM1 create1 k2 sideM2 create2 = d
223
c = map (\(x:y:z:_) -> (x,y,z)) b
224
d = filter (\(ss1,ss2,m) -> ss1 <&> sideM1 == m <&> k1 &&
225
ss2 <&> sideM2 == m <&> k2) c
226
-
+
0 commit comments