Skip to content

Commit

Permalink
comply with CategoryConstructor v2022.03-01
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Mar 31, 2022
1 parent 3cefcc6 commit e8faa92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Dependencies := rec(
[ "MonoidalCategories", ">= 2021.08-01" ],
[ "LinearAlgebraForCAP", ">= 2021.07-01" ],
[ "FinSetsForCAP", ">= 2020.04.01" ],
[ "CategoryConstructor", ">= 2021.10-07" ],
[ "CategoryConstructor", ">= 2022.03-01" ],
[ "SubcategoriesForCAP", ">= 2020.06-01" ],
[ "MatricesForHomalg", ">= 2020.02.02" ],
[ "Toposes", ">= 2022.01-05" ],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The supported categorical doctrine of the category of representations is

```gap
gap> InfoOfInstalledOperationsOfCategory( CatReps );
95 primitive operations were used to derive 293 operations for this category which
95 primitive operations were used to derive 297 operations for this category which
* IsEquippedWithHomomorphismStructure
* IsLinearCategoryOverCommutativeRing
* IsSymmetricMonoidalCategory
Expand Down
2 changes: 1 addition & 1 deletion examples/CategoryOfRepresentations.g
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CatReps := FunctorCategory( A, GF3 );
#! FunctorCategory( Algebroid generated by the right quiver
#! q(2)[a:1->1,b:1->2,c:2->2] -> Category of matrices over GF(3) )
InfoOfInstalledOperationsOfCategory( CatReps );
#! 95 primitive operations were used to derive 293 operations for this category which
#! 95 primitive operations were used to derive 297 operations for this category which
#! * IsEquippedWithHomomorphismStructure
#! * IsLinearCategoryOverCommutativeRing
#! * IsSymmetricMonoidalCategory
Expand Down
2 changes: 1 addition & 1 deletion examples/julia/notebooks/CategoryOfRepresentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"95 primitive operations were used to derive 293 operations for this category which\n",
"95 primitive operations were used to derive 297 operations for this category which\n",
"* IsEquippedWithHomomorphismStructure\n",
"* IsLinearCategoryOverCommutativeRing\n",
"* IsSymmetricMonoidalCategory\n",
Expand Down

0 comments on commit e8faa92

Please sign in to comment.