Skip to content

Commit 16d562a

Browse files
relocated code
1 parent bf669e4 commit 16d562a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gap/SkeletalFinSetsForCAP.gi

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,6 @@ end );
9090

9191
## Morphisms
9292

93-
##
94-
InstallMethod( MapOfFinSets,
95-
"for two CAP skeletal finite sets and a list",
96-
[ IsSkeletalFiniteSet, IsList, IsSkeletalFiniteSet ],
97-
98-
function ( s, G, t )
99-
100-
return MapOfFinSets( CapCategory( s ), s, G, t );
101-
102-
end );
103-
10493
##
10594
InstallOtherMethodForCompilerForCAP( MapOfFinSets,
10695
"for a category of skeletal finite sets, two CAP skeletal finite sets and a list",
@@ -121,6 +110,17 @@ InstallOtherMethodForCompilerForCAP( MapOfFinSets,
121110

122111
end );
123112

113+
##
114+
InstallMethod( MapOfFinSets,
115+
"for two CAP skeletal finite sets and a list",
116+
[ IsSkeletalFiniteSet, IsList, IsSkeletalFiniteSet ],
117+
118+
function ( s, G, t )
119+
120+
return MapOfFinSets( CapCategory( s ), s, G, t );
121+
122+
end );
123+
124124
##
125125
InstallMethod( EmbeddingOfFinSets,
126126
"for two CAP skeletal finite sets",

0 commit comments

Comments
 (0)