Skip to content

Commit bf1ee83

Browse files
installed Range for QPA paths
1 parent 0f99674 commit bf1ee83

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetPackageInfo( rec(
1111
PackageName := "Algebroids",
1212
Subtitle := "Algebroids and bialgebroids as preadditive categories generated by enhanced quivers",
1313
Version := Maximum( [
14-
"2021.02-01", ## Mohamed's version
14+
"2021.02-02", ## Mohamed's version
1515
## this line prevents merge conflicts
1616
"2020.09-08", ## Kamal's version
1717
## this line prevents merge conflicts

gap/Algebroids.gi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ DeclareRepresentation( "IsCapCategoryMorphismInAlgebroidRep",
3434
#
3535
####################################
3636

37+
##
38+
InstallOtherMethod( Range,
39+
"for a primitive path",
40+
[ IsPrimitivePath and IsNontrivialPath and IsArrow ],
41+
42+
Target );
43+
3744
##
3845
InstallMethod( SetOfObjects,
3946
"for an algebroid",

0 commit comments

Comments
 (0)