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 f1ac56e commit c6dabf9Copy full SHA for c6dabf9
gap/attr.gd
@@ -90,8 +90,7 @@ DeclareAttributeThatReturnsDigraph("DigraphReverse", IsDigraph);
90
DeclareAttributeThatReturnsDigraph("DigraphDual", IsDigraph);
91
DeclareAttributeThatReturnsDigraph("ReducedDigraph", IsDigraph);
92
DeclareAttributeThatReturnsDigraph("DigraphRemoveAllMultipleEdges", IsDigraph);
93
-DeclareAttributeThatReturnsDigraph("DigraphRemoveAllEdges", IsImmutableDigraph);
94
-DeclareAttributeThatReturnsDigraph("DigraphRemoveAllEdges", IsMutableDigraph);
+DeclareAttributeThatReturnsDigraph("DigraphRemoveAllEdges", IsDigraph);
95
96
# TODO replace all DeclareOperations below to
97
# DeclareAttributeThatReturnsDigraph, and remove the *Attr versions.
0 commit comments