-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subobjects of varacsets, removing directory numbers
- Loading branch information
Kris Brown
committed
Jan 23, 2025
1 parent
69f163b
commit 18846b6
Showing
194 changed files
with
281 additions
and
226 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
module BasicSets | ||
|
||
using Reexport | ||
|
||
include("sets/module.jl") | ||
@reexport using .Sets | ||
|
||
include("finsets/module.jl") | ||
@reexport using .FinSets | ||
|
||
include("setfunctions/module.jl") | ||
@reexport using .SetFunctions | ||
|
||
include("finfunctions/module.jl") | ||
@reexport using .FinFunctions | ||
|
||
end # module |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
module Cats | ||
|
||
using Reexport | ||
|
||
include("paths/Paths.jl") # [DEPS] | ||
@reexport using .Paths | ||
|
||
include("categories/module.jl") # | ||
@reexport using .Categories | ||
|
||
include("fincats/module.jl") # 2 | ||
@reexport using .FinCats | ||
|
||
include("functors/module.jl") # 2 | ||
@reexport using .Functors | ||
|
||
include("freediagrams/module.jl") # 3 | ||
@reexport using .FreeDiagrams | ||
|
||
include("finfunctors/module.jl") # 2, 5 | ||
@reexport using .FinFunctors | ||
|
||
include("cat_of_cat/CatOfCat.jl") # 2 | ||
@reexport using .CatOfCat | ||
|
||
include("natural_transformations/module.jl") | ||
@reexport using .Transformations | ||
|
||
include("limits_colimits/module.jl") # 4,5 | ||
@reexport using .LimitsColimits | ||
|
||
include("commutative_diagrams/CommutativeDiagrams.jl") | ||
@reexport using .CommutativeDiagrams | ||
|
||
include("diagrams/module.jl") # 5 | ||
@reexport using .Diagrams | ||
|
||
include("slice/module.jl") | ||
@reexport using .SliceCategories | ||
|
||
include("subobjects/Subobjects.jl") # Limits | ||
@reexport using .Subobjects | ||
|
||
end # module |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
module CategoricalAlgebra | ||
|
||
using Reexport | ||
|
||
include("cats/module.jl") | ||
@reexport using .Cats | ||
|
||
include("setcats/module.jl") # depends on Cats | ||
@reexport using .SetCats | ||
|
||
include("pointwise/module.jl") # depends on Cats, SetCats | ||
@reexport using .Pointwise | ||
|
||
include("misc/module.jl") # doesn't depend on the other three | ||
|
||
@reexport using .Misc | ||
|
||
end # module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
module Pointwise | ||
using Reexport | ||
|
||
include("acsettransformations/ACSetTransformations.jl") | ||
@reexport using .ACSetTransformations | ||
|
||
include("csets/module.jl") | ||
@reexport using .CSets | ||
|
||
include("pointwisecats/module.jl") | ||
@reexport using .PointwiseCats | ||
|
||
include("limits_colimits/module.jl") | ||
@reexport using .LimitsColimits | ||
|
||
include("homsearch/module.jl") | ||
@reexport using .HomSearch | ||
|
||
include("catelements/CatElements.jl") | ||
@reexport using .CatElements | ||
|
||
include("subcsets/SubCSets.jl") | ||
@reexport using .SubCSets | ||
|
||
include("chase/Chase.jl") | ||
@reexport using .Chase | ||
|
||
include("datamigrations/module.jl") | ||
@reexport using .FunctorialDataMigrations | ||
|
||
include("structured_cospans/StructuredCospans.jl") | ||
@reexport using .StructuredCospans | ||
|
||
end # module |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.