|
| 1 | +# SPDX-License-Identifier: GPL-2.0-or-later |
| 2 | +# MonoidalCategories: Monoidal and monoidal (co)closed categories |
| 3 | +# |
| 4 | +# Declarations |
| 5 | +# |
| 6 | +# THIS FILE IS AUTOMATICALLY GENERATED, SEE CAP_project/CAP/gap/MethodRecord.gi |
| 7 | + |
| 8 | +#! @Chapter Monoidal Categories |
| 9 | + |
| 10 | +#! @Section Additive Monoidal Categories |
| 11 | + |
| 12 | +#! @Description |
| 13 | +#! The arguments are a category $C$ and a function $F$. |
| 14 | +#! This operation adds the given function $F$ |
| 15 | +#! to the category for the basic operation `LeftDistributivityExpanding`. |
| 16 | +#! $F: ( a, L ) \mapsto \mathtt{LeftDistributivityExpanding}(a, L)$. |
| 17 | +#! @Returns nothing |
| 18 | +#! @Arguments C, F |
| 19 | +DeclareOperation( "AddLeftDistributivityExpanding", |
| 20 | + [ IsCapCategory, IsFunction ] ); |
| 21 | + |
| 22 | +DeclareOperation( "AddLeftDistributivityExpanding", |
| 23 | + [ IsCapCategory, IsFunction, IsInt ] ); |
| 24 | + |
| 25 | +DeclareOperation( "AddLeftDistributivityExpanding", |
| 26 | + [ IsCapCategory, IsList, IsInt ] ); |
| 27 | + |
| 28 | +DeclareOperation( "AddLeftDistributivityExpanding", |
| 29 | + [ IsCapCategory, IsList ] ); |
| 30 | + |
| 31 | +#! @Description |
| 32 | +#! The arguments are a category $C$ and a function $F$. |
| 33 | +#! This operation adds the given function $F$ |
| 34 | +#! to the category for the basic operation `LeftDistributivityExpandingWithGivenObjects`. |
| 35 | +#! $F: ( s, a, L, r ) \mapsto \mathtt{LeftDistributivityExpandingWithGivenObjects}(s, a, L, r)$. |
| 36 | +#! @Returns nothing |
| 37 | +#! @Arguments C, F |
| 38 | +DeclareOperation( "AddLeftDistributivityExpandingWithGivenObjects", |
| 39 | + [ IsCapCategory, IsFunction ] ); |
| 40 | + |
| 41 | +DeclareOperation( "AddLeftDistributivityExpandingWithGivenObjects", |
| 42 | + [ IsCapCategory, IsFunction, IsInt ] ); |
| 43 | + |
| 44 | +DeclareOperation( "AddLeftDistributivityExpandingWithGivenObjects", |
| 45 | + [ IsCapCategory, IsList, IsInt ] ); |
| 46 | + |
| 47 | +DeclareOperation( "AddLeftDistributivityExpandingWithGivenObjects", |
| 48 | + [ IsCapCategory, IsList ] ); |
| 49 | + |
| 50 | +#! @Description |
| 51 | +#! The arguments are a category $C$ and a function $F$. |
| 52 | +#! This operation adds the given function $F$ |
| 53 | +#! to the category for the basic operation `LeftDistributivityFactoring`. |
| 54 | +#! $F: ( a, L ) \mapsto \mathtt{LeftDistributivityFactoring}(a, L)$. |
| 55 | +#! @Returns nothing |
| 56 | +#! @Arguments C, F |
| 57 | +DeclareOperation( "AddLeftDistributivityFactoring", |
| 58 | + [ IsCapCategory, IsFunction ] ); |
| 59 | + |
| 60 | +DeclareOperation( "AddLeftDistributivityFactoring", |
| 61 | + [ IsCapCategory, IsFunction, IsInt ] ); |
| 62 | + |
| 63 | +DeclareOperation( "AddLeftDistributivityFactoring", |
| 64 | + [ IsCapCategory, IsList, IsInt ] ); |
| 65 | + |
| 66 | +DeclareOperation( "AddLeftDistributivityFactoring", |
| 67 | + [ IsCapCategory, IsList ] ); |
| 68 | + |
| 69 | +#! @Description |
| 70 | +#! The arguments are a category $C$ and a function $F$. |
| 71 | +#! This operation adds the given function $F$ |
| 72 | +#! to the category for the basic operation `LeftDistributivityFactoringWithGivenObjects`. |
| 73 | +#! $F: ( s, a, L, r ) \mapsto \mathtt{LeftDistributivityFactoringWithGivenObjects}(s, a, L, r)$. |
| 74 | +#! @Returns nothing |
| 75 | +#! @Arguments C, F |
| 76 | +DeclareOperation( "AddLeftDistributivityFactoringWithGivenObjects", |
| 77 | + [ IsCapCategory, IsFunction ] ); |
| 78 | + |
| 79 | +DeclareOperation( "AddLeftDistributivityFactoringWithGivenObjects", |
| 80 | + [ IsCapCategory, IsFunction, IsInt ] ); |
| 81 | + |
| 82 | +DeclareOperation( "AddLeftDistributivityFactoringWithGivenObjects", |
| 83 | + [ IsCapCategory, IsList, IsInt ] ); |
| 84 | + |
| 85 | +DeclareOperation( "AddLeftDistributivityFactoringWithGivenObjects", |
| 86 | + [ IsCapCategory, IsList ] ); |
| 87 | + |
| 88 | +#! @Description |
| 89 | +#! The arguments are a category $C$ and a function $F$. |
| 90 | +#! This operation adds the given function $F$ |
| 91 | +#! to the category for the basic operation `RightDistributivityExpanding`. |
| 92 | +#! $F: ( L, a ) \mapsto \mathtt{RightDistributivityExpanding}(L, a)$. |
| 93 | +#! @Returns nothing |
| 94 | +#! @Arguments C, F |
| 95 | +DeclareOperation( "AddRightDistributivityExpanding", |
| 96 | + [ IsCapCategory, IsFunction ] ); |
| 97 | + |
| 98 | +DeclareOperation( "AddRightDistributivityExpanding", |
| 99 | + [ IsCapCategory, IsFunction, IsInt ] ); |
| 100 | + |
| 101 | +DeclareOperation( "AddRightDistributivityExpanding", |
| 102 | + [ IsCapCategory, IsList, IsInt ] ); |
| 103 | + |
| 104 | +DeclareOperation( "AddRightDistributivityExpanding", |
| 105 | + [ IsCapCategory, IsList ] ); |
| 106 | + |
| 107 | +#! @Description |
| 108 | +#! The arguments are a category $C$ and a function $F$. |
| 109 | +#! This operation adds the given function $F$ |
| 110 | +#! to the category for the basic operation `RightDistributivityExpandingWithGivenObjects`. |
| 111 | +#! $F: ( s, L, a, r ) \mapsto \mathtt{RightDistributivityExpandingWithGivenObjects}(s, L, a, r)$. |
| 112 | +#! @Returns nothing |
| 113 | +#! @Arguments C, F |
| 114 | +DeclareOperation( "AddRightDistributivityExpandingWithGivenObjects", |
| 115 | + [ IsCapCategory, IsFunction ] ); |
| 116 | + |
| 117 | +DeclareOperation( "AddRightDistributivityExpandingWithGivenObjects", |
| 118 | + [ IsCapCategory, IsFunction, IsInt ] ); |
| 119 | + |
| 120 | +DeclareOperation( "AddRightDistributivityExpandingWithGivenObjects", |
| 121 | + [ IsCapCategory, IsList, IsInt ] ); |
| 122 | + |
| 123 | +DeclareOperation( "AddRightDistributivityExpandingWithGivenObjects", |
| 124 | + [ IsCapCategory, IsList ] ); |
| 125 | + |
| 126 | +#! @Description |
| 127 | +#! The arguments are a category $C$ and a function $F$. |
| 128 | +#! This operation adds the given function $F$ |
| 129 | +#! to the category for the basic operation `RightDistributivityFactoring`. |
| 130 | +#! $F: ( L, a ) \mapsto \mathtt{RightDistributivityFactoring}(L, a)$. |
| 131 | +#! @Returns nothing |
| 132 | +#! @Arguments C, F |
| 133 | +DeclareOperation( "AddRightDistributivityFactoring", |
| 134 | + [ IsCapCategory, IsFunction ] ); |
| 135 | + |
| 136 | +DeclareOperation( "AddRightDistributivityFactoring", |
| 137 | + [ IsCapCategory, IsFunction, IsInt ] ); |
| 138 | + |
| 139 | +DeclareOperation( "AddRightDistributivityFactoring", |
| 140 | + [ IsCapCategory, IsList, IsInt ] ); |
| 141 | + |
| 142 | +DeclareOperation( "AddRightDistributivityFactoring", |
| 143 | + [ IsCapCategory, IsList ] ); |
| 144 | + |
| 145 | +#! @Description |
| 146 | +#! The arguments are a category $C$ and a function $F$. |
| 147 | +#! This operation adds the given function $F$ |
| 148 | +#! to the category for the basic operation `RightDistributivityFactoringWithGivenObjects`. |
| 149 | +#! $F: ( s, L, a, r ) \mapsto \mathtt{RightDistributivityFactoringWithGivenObjects}(s, L, a, r)$. |
| 150 | +#! @Returns nothing |
| 151 | +#! @Arguments C, F |
| 152 | +DeclareOperation( "AddRightDistributivityFactoringWithGivenObjects", |
| 153 | + [ IsCapCategory, IsFunction ] ); |
| 154 | + |
| 155 | +DeclareOperation( "AddRightDistributivityFactoringWithGivenObjects", |
| 156 | + [ IsCapCategory, IsFunction, IsInt ] ); |
| 157 | + |
| 158 | +DeclareOperation( "AddRightDistributivityFactoringWithGivenObjects", |
| 159 | + [ IsCapCategory, IsList, IsInt ] ); |
| 160 | + |
| 161 | +DeclareOperation( "AddRightDistributivityFactoringWithGivenObjects", |
| 162 | + [ IsCapCategory, IsList ] ); |
0 commit comments