-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathinit.g
More file actions
27 lines (21 loc) · 1.35 KB
/
Copy pathinit.g
File metadata and controls
27 lines (21 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SPDX-License-Identifier: GPL-2.0-or-later
# AdditiveClosuresForCAP: Additive closures for pre-additive categories
#
# Reading the declaration part of the package.
#
ReadPackage( "AdditiveClosuresForCAP", "gap/MethodRecordDeclarations.autogen.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/AdditiveClosureMethodRecord.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfRows.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfRows_as_AdditiveClosure_RingAsCategory.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfColumns.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfColumns_as_Opposite_CategoryOfRows.gd" );
# include the packages for graded rows and columns
#= comment for Julia
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumn.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumnMorphism.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfGradedRowsAndColumns/CategoryOfGradedRows.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfGradedRowsAndColumns/CategoryOfGradedColumns.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/CategoryOfGradedRowsAndColumns/Tools.gd" );
# =#
ReadPackage( "AdditiveClosuresForCAP", "gap/AdditiveClosure.gd" );
ReadPackage( "AdditiveClosuresForCAP", "gap/RingsAsAbCats.gd" );