-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathread.g
More file actions
26 lines (18 loc) · 916 Bytes
/
read.g
File metadata and controls
26 lines (18 loc) · 916 Bytes
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
# SPDX-License-Identifier: GPL-2.0-or-later
# FinSetsForCAP: The (skeletal) elementary topos of finite sets
#
# Reading the implementation part of the package.
#
ReadPackage( "FinSetsForCAP", "gap/Tools.gi" );
ReadPackage( "FinSetsForCAP", "gap/precompiled_categories/SkeletalCategoryOfFiniteSetsWithMorphismsGivenByLists_precompiled.gi" );
ReadPackage( "FinSetsForCAP", "gap/precompiled_categories/SkeletalCategoryOfFiniteSetsWithMorphismsGivenByListsAndCountingStartingAt1_precompiled.gi" );
ReadPackage( "FinSetsForCAP", "gap/FinSets.gi" );
ReadPackage( "FinSetsForCAP", "gap/SkeletalFinSets.gi" );
ReadPackage( "FinSetsForCAP", "gap/SkeletalFinSetsWithCountingStartingAt1.gi" );
#= comment for Julia
if IsPackageMarkedForLoading( "JuliaInterface", ">= 0.2" ) then
# COVERAGE_IGNORE_NEXT_LINE
ReadPackage( "FinSetsForCAP", "gap/Julia.gi" );
fi;
# =#
ReadPackage( "FinSetsForCAP", "gap/init.gi" );