Build Information
Failed to build SwiftyAlgebra, reference master (44c947
), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 05:33:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftyAlgebra -destination generic/platform=xrOS
Build Log
1. Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
2. Compiling with effective version 4.1.50
3. While evaluating request TypeCheckSourceFileRequest(source_file "/Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Representation.swift")
4. While type-checking '_LieAlgebraRepresentation' (at /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Representation.swift:36:8)
5. While evaluating request RequirementSignatureRequest(SwiftyAlgebra.(file)._LieAlgebraRepresentation@/Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Representation.swift:36:17)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 swift-frontend 0x00000001092bec28 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1 swift-frontend 0x00000001092bca60 llvm::sys::RunSignalHandlers() + 112
2 swift-frontend 0x00000001092bf264 SignalHandler(int) + 360
3 libsystem_platform.dylib 0x000000018db9b624 _sigtramp + 56
4 libsystem_pthread.dylib 0x000000018db6188c pthread_kill + 296
5 libsystem_c.dylib 0x000000018da6ac60 abort + 124
6 swift-frontend 0x0000000104b69880 swift::rewriting::RewriteSystem::decomposeTermIntoConformanceRuleLeftHandSides(swift::rewriting::MutableTerm, unsigned int, llvm::SmallVectorImpl<unsigned int>&) const + 0
7 swift-frontend 0x0000000104b69990 swift::rewriting::RewriteSystem::decomposeTermIntoConformanceRuleLeftHandSides(swift::rewriting::MutableTerm, unsigned int, llvm::SmallVectorImpl<unsigned int>&) const + 272
8 swift-frontend 0x0000000104b6f7e8 swift::rewriting::RewriteSystem::computeCandidateConformancePaths(swift::rewriting::PropertyMap const&, llvm::MapVector<unsigned int, std::__1::vector<llvm::SmallVector<unsigned int, 2u>, std::__1::allocator<llvm::SmallVector<unsigned int, 2u>>>, llvm::DenseMap<unsigned int, unsigned int, llvm::DenseMapInfo<unsigned int, void>, llvm::detail::DenseMapPair<unsigned int, unsigned int>>, llvm::SmallVector<std::__1::pair<unsigned int, std::__1::vector<llvm::SmallVector<unsigned int, 2u>, std::__1::allocator<llvm::SmallVector<unsigned int, 2u>>>>, 0u>>&) const::$_0::operator()(unsigned int) const + 1996
9 swift-frontend 0x0000000104b6f9f8 void swift::rewriting::Trie<unsigned int, (swift::rewriting::MatchKind)0>::visitChildren<swift::rewriting::RewriteSystem::computeCandidateConformancePaths(swift::rewriting::PropertyMap const&, llvm::MapVector<unsigned int, std::__1::vector<llvm::SmallVector<unsigned int, 2u>, std::__1::allocator<llvm::SmallVector<unsigned int, 2u>>>, llvm::DenseMap<unsigned int, unsigned int, llvm::DenseMapInfo<unsigned int, void>, llvm::detail::DenseMapPair<unsigned int, unsigned int>>, llvm::SmallVector<std::__1::pair<unsigned int, std::__1::vector<llvm::SmallVector<unsigned int, 2u>, std::__1::allocator<llvm::SmallVector<unsigned int, 2u>>>>, 0u>>&) const::$_0>(swift::rewriting::Trie<unsigned int, (swift::rewriting::MatchKind)0>::Node const*, swift::rewriting::RewriteSystem::computeCandidateConformancePaths(swift::rewriting::PropertyMap const&, llvm::MapVector<unsigned int, std::__1::vector<llvm::SmallVector<unsigned int, 2u>, std::__1::allocator<llvm::SmallVector<unsigned int, 2u>>>, llvm::DenseMap<unsigned int, unsigned int, llvm::DenseMapInfo<unsigned int, void>, llvm::detail::DenseMapPair<unsigned int, unsigned int>>, llvm::SmallVector<std::__1::pair<unsigned int, std::__1::vector<llvm::SmallVector<unsigned int, 2u>, std::__1::allocator<llvm::SmallVector<unsigned int, 2u>>>>, 0u>>&) const::$_0) const + 88
10 swift-frontend 0x0000000104b6b1fc swift::rewriting::RewriteSystem::computeMinimalConformances(swift::rewriting::PropertyMap const&, llvm::DenseSet<unsigned int, llvm::DenseMapInfo<unsigned int, void>>&) const + 5412
11 swift-frontend 0x0000000104b60220 swift::rewriting::RewriteSystem::minimizeRewriteSystem(swift::rewriting::PropertyMap const&) + 1472
12 swift-frontend 0x0000000104b8a5bc swift::RequirementSignatureRequest::evaluate(swift::Evaluator&, swift::ProtocolDecl*) const + 5024
13 swift-frontend 0x0000000104967214 swift::ProtocolDecl::getRequirementSignature() const + 1188
14 swift-frontend 0x000000010457b6b8 (anonymous namespace)::DeclChecker::visitProtocolDecl(swift::ProtocolDecl*) + 208
15 swift-frontend 0x000000010456f1d8 (anonymous namespace)::DeclChecker::visit(swift::Decl*) + 1764
16 swift-frontend 0x00000001046666e4 swift::TypeCheckSourceFileRequest::evaluate(swift::Evaluator&, swift::SourceFile*) const + 660
17 swift-frontend 0x000000010466cb18 swift::TypeCheckSourceFileRequest::OutputType swift::Evaluator::getResultUncached<swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckSourceFileRequest>(swift::Evaluator&, swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType)::'lambda'()>(swift::TypeCheckSourceFileRequest const&, swift::TypeCheckSourceFileRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckSourceFileRequest>(swift::Evaluator&, swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType)::'lambda'()) + 624
18 swift-frontend 0x0000000104666434 swift::performTypeChecking(swift::SourceFile&) + 308
19 swift-frontend 0x00000001034d0018 swift::CompilerInstance::performSema() + 248
20 swift-frontend 0x0000000103113274 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 772
21 swift-frontend 0x0000000103111fd8 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 3716
22 swift-frontend 0x00000001030960bc swift::mainEntry(int, char const**) + 5428
23 dyld 0x000000018d7c2b4c start + 6000
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/AdditiveGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/EuclideanRing.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Field.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Group.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/LieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Map.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Module.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Monoid.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/NormedSpace.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Representation.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Ring.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Set.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/VectorSpace.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/BernoulliNumbers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/IntList.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/Permutation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/combinatorics.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Computation/IntegerFactorization.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Computation/PolynomialFactorization.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Extensions/Array.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Extensions/Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Extensions/Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/FreeModule/FreeModule.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/FreeModule/FreeModuleBase.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/FreeModule/FreeModuleHom.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Homology/ChainComplex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Homology/ChainComplexOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Homology/ChainMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Homology/ExactSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Homology/Homology.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Homology/HomologyClass.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Homology/HomologyExactSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Homology/HomologyMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Computation/ComputationalMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Computation/DiagonalEliminator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Computation/EchelonEliminator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Computation/HermiteEliminator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Computation/MatrixEliminationResult.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Computation/MatrixEliminator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Computation/SmithEliminator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Matrix.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/GeneralLinearGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/GeneralLinearLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/MatrixGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/MatrixLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/OrthogonalGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/OrthogonalLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/SymplecticGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/SymplecticLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/UnitaryGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/UnitaryLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/SquareMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/CustomOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/Randomable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/TypeParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Complex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Integer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Quaternion.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Rational.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Real.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Z_2.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/MPolynomial.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/MultiplicativeSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/PolynomialIdeal.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/Polynominal.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/PowerSeries.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/SymmetricPolynomial.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/AlgebraicStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/GroupStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/ModuleStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/SimpleModuleStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/SymmetricGroup/AlternatingGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/SymmetricGroup/SymmetricGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Ref.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/optable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/SwiftyAlgebra_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyAlgebra -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/NormedSpace.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/Representation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/Ring.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/Set.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/VectorSpace.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/BernoulliNumbers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/IntList.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/Permutation.o -index-unit-output-path /SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/NormedSpace.o -index-unit-output-path /SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/Representation.o -index-unit-output-path /SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/Ring.o -index-unit-output-path /SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/Set.o -index-unit-output-path /SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/VectorSpace.o -index-unit-output-path /SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/BernoulliNumbers.o -index-unit-output-path /SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/IntList.o -index-unit-output-path /SwiftyAlgebra.build/Debug-xros/SwiftyAlgebra.build/Objects-normal/arm64/Permutation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/NormedSpace.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Representation.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Ring.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Set.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/VectorSpace.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/BernoulliNumbers.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/IntList.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/Permutation.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftyAlgebra (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
Term does not conform to protocol: [_LieAlgebraRepresentation:VectorSpace].[Module]
Rewrite system: {
- [Representation].[Representation] => [Representation] [permanent]
- [Representation].VectorSpace => [Representation:VectorSpace] [permanent]
- [Representation].Domain => [Representation:Domain] [permanent]
- [Representation].Codomain => [Representation:Codomain] [permanent]
- [Representation].[Map] => [Representation] [explicit]
- [Representation].[Copyable] => [Representation] [explicit]
- [Representation].[Escapable] => [Representation] [explicit]
- [Representation:VectorSpace].[Copyable] => [Representation:VectorSpace] [explicit]
- [Representation:VectorSpace].[Escapable] => [Representation:VectorSpace] [explicit]
- [Representation].[Representation:VectorSpace] => [Representation:VectorSpace]
- [Representation].[Representation:Domain] => [Representation:Domain]
- [Representation].[Representation:Codomain] => [Representation:Codomain]
- [Representation].[Map:Domain] => [Representation:Domain]
- [Representation].[Map:Codomain] => [Representation:Codomain]
- [Representation].[SetType] => [Representation]
- [Representation].[Hashable] => [Representation]
- [Representation].[CustomStringConvertible] => [Representation]
- [Representation].[Equatable] => [Representation]
- [Representation:Domain].[SetType] => [Representation:Domain]
- [Representation:Domain].[Copyable] => [Representation:Domain]
- [Representation:Domain].[Escapable] => [Representation:Domain]
- [Representation:Domain].[Hashable] => [Representation:Domain]
- [Representation:Domain].[CustomStringConvertible] => [Representation:Domain]
- [Representation:Domain].[Equatable] => [Representation:Domain]
- [Representation:Codomain].[SetType] => [Representation:Codomain]
- [Representation:Codomain].[Copyable] => [Representation:Codomain]
- [Representation:Codomain].[Escapable] => [Representation:Codomain]
- [Representation:Codomain].[Hashable] => [Representation:Codomain]
- [Representation:Codomain].[CustomStringConvertible] => [Representation:Codomain]
- [Representation:Codomain].[Equatable] => [Representation:Codomain]
- [_LieAlgebraHom].[_LieAlgebraHom] => [_LieAlgebraHom] [permanent]
- [_LieAlgebraHom].CoeffRing => [_LieAlgebraHom:CoeffRing] [permanent]
- [_LieAlgebraHom].Domain => [_LieAlgebraHom:Domain] [permanent]
- [_LieAlgebraHom].Codomain => [_LieAlgebraHom:Codomain] [permanent]
- [_LieAlgebraHom].[_LinearMap] => [_LieAlgebraHom] [explicit]
- [_LieAlgebraHom:Domain].[LieAlgebra] => [_LieAlgebraHom:Domain] [explicit]
- [_LieAlgebraHom:Codomain].[LieAlgebra] => [_LieAlgebraHom:Codomain] [explicit]
- [_LieAlgebraHom].[Copyable] => [_LieAlgebraHom] [explicit]
- [_LieAlgebraHom].[Escapable] => [_LieAlgebraHom] [explicit]
- [_LieAlgebraHom].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom].[_LieAlgebraHom:Domain] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom].[_LieAlgebraHom:Codomain] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom].[_LinearMap:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom].[_LinearMap:Domain] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom].[_LinearMap:Codomain] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom].[_ModuleHom] => [_LieAlgebraHom]
- [_LieAlgebraHom].[VectorSpace] => [_LieAlgebraHom]
- [_LieAlgebraHom].[_ModuleHom:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom].[_ModuleHom:Domain] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom].[_ModuleHom:Codomain] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom].[_AdditiveGroupHom] => [_LieAlgebraHom]
- [_LieAlgebraHom].[Module] => [_LieAlgebraHom]
- [_LieAlgebraHom].[_AdditiveGroupHom:Domain] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom].[_AdditiveGroupHom:Codomain] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom].[Map] => [_LieAlgebraHom]
- [_LieAlgebraHom].[AdditiveGroup] => [_LieAlgebraHom]
- [_LieAlgebraHom].[Map:Domain] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom].[Map:Codomain] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom].[SetType] => [_LieAlgebraHom]
- [_LieAlgebraHom].[Hashable] => [_LieAlgebraHom]
- [_LieAlgebraHom].[CustomStringConvertible] => [_LieAlgebraHom]
- [_LieAlgebraHom].[Equatable] => [_LieAlgebraHom]
- [_LieAlgebraHom].[Module:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom].[VectorSpace:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:Domain].CoeffRing => [_LieAlgebraHom:Domain].[LieAlgebra:CoeffRing] [lhs↓] [rhs↓]
- [_LieAlgebraHom:Domain].[VectorSpace] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Domain].[Copyable] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Domain].[Escapable] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Domain].[VectorSpace:CoeffRing] => [_LieAlgebraHom:Domain].[LieAlgebra:CoeffRing] [lhs↓] [rhs↓]
- [_LieAlgebraHom:Domain].[Module] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Domain].[Module:CoeffRing] => [_LieAlgebraHom:Domain].[LieAlgebra:CoeffRing] [lhs↓] [rhs↓]
- [_LieAlgebraHom:Domain].[AdditiveGroup] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Domain].[SetType] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Domain].[Hashable] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Domain].[CustomStringConvertible] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Domain].[Equatable] => [_LieAlgebraHom:Domain]
- [_LieAlgebraHom:Codomain].CoeffRing => [_LieAlgebraHom:Codomain].[LieAlgebra:CoeffRing] [lhs↓] [rhs↓]
- [_LieAlgebraHom:Codomain].[VectorSpace] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:Codomain].[Copyable] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:Codomain].[Escapable] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:Codomain].[VectorSpace:CoeffRing] => [_LieAlgebraHom:Codomain].[LieAlgebra:CoeffRing] [lhs↓] [rhs↓]
- [_LieAlgebraHom:Codomain].[Module] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:Codomain].[Module:CoeffRing] => [_LieAlgebraHom:Codomain].[LieAlgebra:CoeffRing] [lhs↓] [rhs↓]
- [_LieAlgebraHom:Codomain].[AdditiveGroup] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:Codomain].[SetType] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:Codomain].[Hashable] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:Codomain].[CustomStringConvertible] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:Codomain].[Equatable] => [_LieAlgebraHom:Codomain]
- [_LieAlgebraHom:CoeffRing].[Ring] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[Copyable] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[Escapable] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[AdditiveGroup] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[Monoid] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[ExpressibleByIntegerLiteral] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[SetType] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[Hashable] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[CustomStringConvertible] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[Equatable] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[Field] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[Ring:IntegerLiteralType] => [_LieAlgebraHom:CoeffRing].[Field:IntegerLiteralType]
- [_LieAlgebraHom:CoeffRing].[EuclideanRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:CoeffRing].[EuclideanRing:IntegerLiteralType] => [_LieAlgebraHom:CoeffRing].[Field:IntegerLiteralType]
- [_LieAlgebraHom:CoeffRing].IntegerLiteralType => [_LieAlgebraHom:CoeffRing].[Field:IntegerLiteralType]
- [_LieAlgebraHom:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [_LieAlgebraHom:CoeffRing].[Field:IntegerLiteralType]
- [_LieAlgebraHom:Domain].[LieAlgebra:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:Codomain].[LieAlgebra:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:Domain].CoeffRing => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:Domain].[VectorSpace:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:Domain].[Module:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:Codomain].CoeffRing => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:Codomain].[VectorSpace:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [_LieAlgebraHom:Codomain].[Module:CoeffRing] => [_LieAlgebraHom:CoeffRing]
- [Copyable].[Copyable] => [Copyable] [permanent]
- [Escapable].[Escapable] => [Escapable] [permanent]
- [Map].[Map] => [Map] [permanent]
- [Map].Domain => [Map:Domain] [permanent]
- [Map].Codomain => [Map:Codomain] [permanent]
- [Map].[SetType] => [Map] [explicit]
- [Map:Domain].[SetType] => [Map:Domain] [explicit]
- [Map:Codomain].[SetType] => [Map:Codomain] [explicit]
- [Map].[Copyable] => [Map] [explicit]
- [Map].[Escapable] => [Map] [explicit]
- [Map:Domain].[Copyable] => [Map:Domain] [explicit]
- [Map:Domain].[Escapable] => [Map:Domain] [explicit]
- [Map:Codomain].[Copyable] => [Map:Codomain] [explicit]
- [Map:Codomain].[Escapable] => [Map:Codomain] [explicit]
- [Map].[Map:Domain] => [Map:Domain]
- [Map].[Map:Codomain] => [Map:Codomain]
- [Map].[Hashable] => [Map]
- [Map].[CustomStringConvertible] => [Map]
- [Map].[Equatable] => [Map]
- [Map:Domain].[Hashable] => [Map:Domain]
- [Map:Domain].[CustomStringConvertible] => [Map:Domain]
- [Map:Domain].[Equatable] => [Map:Domain]
- [Map:Codomain].[Hashable] => [Map:Codomain]
- [Map:Codomain].[CustomStringConvertible] => [Map:Codomain]
- [Map:Codomain].[Equatable] => [Map:Codomain]
- [_LinearMap].[_LinearMap] => [_LinearMap] [permanent]
- [_LinearMap].CoeffRing => [_LinearMap:CoeffRing] [permanent]
- [_LinearMap].Domain => [_LinearMap:Domain] [permanent]
- [_LinearMap].Codomain => [_LinearMap:Codomain] [permanent]
- [_LinearMap].[_ModuleHom] => [_LinearMap] [explicit]
- [_LinearMap].[VectorSpace] => [_LinearMap] [explicit]
- [_LinearMap:Domain].[VectorSpace] => [_LinearMap:Domain] [explicit]
- [_LinearMap:Codomain].[VectorSpace] => [_LinearMap:Codomain] [explicit]
- [_LinearMap].[Copyable] => [_LinearMap] [explicit]
- [_LinearMap].[Escapable] => [_LinearMap] [explicit]
- [_LinearMap].[_LinearMap:CoeffRing] => [_LinearMap:CoeffRing]
- [_LinearMap].[_LinearMap:Domain] => [_LinearMap:Domain]
- [_LinearMap].[_LinearMap:Codomain] => [_LinearMap:Codomain]
- [_LinearMap].[_ModuleHom:CoeffRing] => [_LinearMap:CoeffRing]
- [_LinearMap].[_ModuleHom:Domain] => [_LinearMap:Domain]
- [_LinearMap].[_ModuleHom:Codomain] => [_LinearMap:Codomain]
- [_LinearMap].[_AdditiveGroupHom] => [_LinearMap]
- [_LinearMap].[Module] => [_LinearMap]
- [_LinearMap].[_AdditiveGroupHom:Domain] => [_LinearMap:Domain]
- [_LinearMap].[_AdditiveGroupHom:Codomain] => [_LinearMap:Codomain]
- [_LinearMap].[Map] => [_LinearMap]
- [_LinearMap].[AdditiveGroup] => [_LinearMap]
- [_LinearMap].[Map:Domain] => [_LinearMap:Domain]
- [_LinearMap].[Map:Codomain] => [_LinearMap:Codomain]
- [_LinearMap].[SetType] => [_LinearMap]
- [_LinearMap].[Hashable] => [_LinearMap]
- [_LinearMap].[CustomStringConvertible] => [_LinearMap]
- [_LinearMap].[Equatable] => [_LinearMap]
- [_LinearMap].[Module:CoeffRing] => [_LinearMap:CoeffRing]
- [_LinearMap].[VectorSpace:CoeffRing] => [_LinearMap:CoeffRing]
- [_LinearMap:Domain].CoeffRing => [_LinearMap:Domain].[VectorSpace:CoeffRing] [lhs↓] [rhs↓]
- [_LinearMap:Domain].[Module] => [_LinearMap:Domain]
- [_LinearMap:Domain].[Copyable] => [_LinearMap:Domain]
- [_LinearMap:Domain].[Escapable] => [_LinearMap:Domain]
- [_LinearMap:Domain].[Module:CoeffRing] => [_LinearMap:Domain].[VectorSpace:CoeffRing] [lhs↓] [rhs↓]
- [_LinearMap:Domain].[AdditiveGroup] => [_LinearMap:Domain]
- [_LinearMap:Domain].[SetType] => [_LinearMap:Domain]
- [_LinearMap:Domain].[Hashable] => [_LinearMap:Domain]
- [_LinearMap:Domain].[CustomStringConvertible] => [_LinearMap:Domain]
- [_LinearMap:Domain].[Equatable] => [_LinearMap:Domain]
- [_LinearMap:Codomain].CoeffRing => [_LinearMap:Codomain].[VectorSpace:CoeffRing] [lhs↓] [rhs↓]
- [_LinearMap:Codomain].[Module] => [_LinearMap:Codomain]
- [_LinearMap:Codomain].[Copyable] => [_LinearMap:Codomain]
- [_LinearMap:Codomain].[Escapable] => [_LinearMap:Codomain]
- [_LinearMap:Codomain].[Module:CoeffRing] => [_LinearMap:Codomain].[VectorSpace:CoeffRing] [lhs↓] [rhs↓]
- [_LinearMap:Codomain].[AdditiveGroup] => [_LinearMap:Codomain]
- [_LinearMap:Codomain].[SetType] => [_LinearMap:Codomain]
- [_LinearMap:Codomain].[Hashable] => [_LinearMap:Codomain]
- [_LinearMap:Codomain].[CustomStringConvertible] => [_LinearMap:Codomain]
- [_LinearMap:Codomain].[Equatable] => [_LinearMap:Codomain]
- [_LinearMap:CoeffRing].[Ring] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[Copyable] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[Escapable] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].IntegerLiteralType => [_LinearMap:CoeffRing].[Ring:IntegerLiteralType] [lhs↓] [rhs↓]
- [_LinearMap:CoeffRing].[AdditiveGroup] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[Monoid] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[ExpressibleByIntegerLiteral] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[SetType] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[Hashable] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[CustomStringConvertible] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[Equatable] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [_LinearMap:CoeffRing].[Ring:IntegerLiteralType] [lhs↓] [rhs↓]
- [_LinearMap:Domain].[VectorSpace:CoeffRing] => [_LinearMap:CoeffRing]
- [_LinearMap:Codomain].[VectorSpace:CoeffRing] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[Field] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[Ring:IntegerLiteralType] => [_LinearMap:CoeffRing].[Field:IntegerLiteralType]
- [_LinearMap:CoeffRing].[EuclideanRing] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].[EuclideanRing:IntegerLiteralType] => [_LinearMap:CoeffRing].[Field:IntegerLiteralType]
- [_LinearMap:Domain].CoeffRing => [_LinearMap:CoeffRing]
- [_LinearMap:Domain].[Module:CoeffRing] => [_LinearMap:CoeffRing]
- [_LinearMap:Codomain].CoeffRing => [_LinearMap:CoeffRing]
- [_LinearMap:Codomain].[Module:CoeffRing] => [_LinearMap:CoeffRing]
- [_LinearMap:CoeffRing].IntegerLiteralType => [_LinearMap:CoeffRing].[Field:IntegerLiteralType]
- [_LinearMap:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [_LinearMap:CoeffRing].[Field:IntegerLiteralType]
- [LieAlgebra].[LieAlgebra] => [LieAlgebra] [permanent]
- [LieAlgebra].CoeffRing => [LieAlgebra:CoeffRing] [permanent]
- [LieAlgebra].[VectorSpace] => [LieAlgebra] [explicit]
- [LieAlgebra].[Copyable] => [LieAlgebra] [explicit]
- [LieAlgebra].[Escapable] => [LieAlgebra] [explicit]
- [LieAlgebra].[LieAlgebra:CoeffRing] => [LieAlgebra:CoeffRing]
- [LieAlgebra].[VectorSpace:CoeffRing] => [LieAlgebra:CoeffRing]
- [LieAlgebra].[Module] => [LieAlgebra]
- [LieAlgebra].[Module:CoeffRing] => [LieAlgebra:CoeffRing]
- [LieAlgebra].[AdditiveGroup] => [LieAlgebra]
- [LieAlgebra].[SetType] => [LieAlgebra]
- [LieAlgebra].[Hashable] => [LieAlgebra]
- [LieAlgebra].[CustomStringConvertible] => [LieAlgebra]
- [LieAlgebra].[Equatable] => [LieAlgebra]
- [LieAlgebra:CoeffRing].[Field] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].IntegerLiteralType => [LieAlgebra:CoeffRing].[Field:IntegerLiteralType]
- [LieAlgebra:CoeffRing].[EuclideanRing] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[Copyable] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[Escapable] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[EuclideanRing:IntegerLiteralType] => [LieAlgebra:CoeffRing].[Field:IntegerLiteralType]
- [LieAlgebra:CoeffRing].[Ring] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[Ring:IntegerLiteralType] => [LieAlgebra:CoeffRing].[Field:IntegerLiteralType]
- [LieAlgebra:CoeffRing].[AdditiveGroup] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[Monoid] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[ExpressibleByIntegerLiteral] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[SetType] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[Hashable] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[CustomStringConvertible] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[Equatable] => [LieAlgebra:CoeffRing]
- [LieAlgebra:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [LieAlgebra:CoeffRing].[Field:IntegerLiteralType]
- [SetType].[SetType] => [SetType] [permanent]
- [SetType].[Hashable] => [SetType] [explicit]
- [SetType].[CustomStringConvertible] => [SetType] [explicit]
- [SetType].[Copyable] => [SetType] [explicit]
- [SetType].[Escapable] => [SetType] [explicit]
- [SetType].[Equatable] => [SetType]
- [_ModuleHom].[_ModuleHom] => [_ModuleHom] [permanent]
- [_ModuleHom].CoeffRing => [_ModuleHom:CoeffRing] [permanent]
- [_ModuleHom].Domain => [_ModuleHom:Domain] [permanent]
- [_ModuleHom].Codomain => [_ModuleHom:Codomain] [permanent]
- [_ModuleHom].[_AdditiveGroupHom] => [_ModuleHom] [explicit]
- [_ModuleHom].[Module] => [_ModuleHom] [explicit]
- [_ModuleHom:Domain].[Module] => [_ModuleHom:Domain] [explicit]
- [_ModuleHom:Codomain].[Module] => [_ModuleHom:Codomain] [explicit]
- [_ModuleHom:Domain].CoeffRing => [_ModuleHom:CoeffRing] [explicit]
- [_ModuleHom:Codomain].CoeffRing => [_ModuleHom:CoeffRing] [explicit]
- [_ModuleHom].[Copyable] => [_ModuleHom] [explicit]
- [_ModuleHom].[Escapable] => [_ModuleHom] [explicit]
- [_ModuleHom].[_ModuleHom:CoeffRing] => [_ModuleHom:CoeffRing]
- [_ModuleHom].[_ModuleHom:Domain] => [_ModuleHom:Domain]
- [_ModuleHom].[_ModuleHom:Codomain] => [_ModuleHom:Codomain]
- [_ModuleHom].[_AdditiveGroupHom:Domain] => [_ModuleHom:Domain]
- [_ModuleHom].[_AdditiveGroupHom:Codomain] => [_ModuleHom:Codomain]
- [_ModuleHom].[Map] => [_ModuleHom]
- [_ModuleHom].[AdditiveGroup] => [_ModuleHom]
- [_ModuleHom].[Map:Domain] => [_ModuleHom:Domain]
- [_ModuleHom].[Map:Codomain] => [_ModuleHom:Codomain]
- [_ModuleHom].[SetType] => [_ModuleHom]
- [_ModuleHom].[Hashable] => [_ModuleHom]
- [_ModuleHom].[CustomStringConvertible] => [_ModuleHom]
- [_ModuleHom].[Equatable] => [_ModuleHom]
- [_ModuleHom].[Module:CoeffRing] => [_ModuleHom:CoeffRing]
- [_ModuleHom:Domain].[Module:CoeffRing] => [_ModuleHom:CoeffRing] [explicit]
- [_ModuleHom:Domain].[AdditiveGroup] => [_ModuleHom:Domain]
- [_ModuleHom:Domain].[Copyable] => [_ModuleHom:Domain]
- [_ModuleHom:Domain].[Escapable] => [_ModuleHom:Domain]
- [_ModuleHom:Domain].[SetType] => [_ModuleHom:Domain]
- [_ModuleHom:Domain].[Hashable] => [_ModuleHom:Domain]
- [_ModuleHom:Domain].[CustomStringConvertible] => [_ModuleHom:Domain]
- [_ModuleHom:Domain].[Equatable] => [_ModuleHom:Domain]
- [_ModuleHom:Codomain].[Module:CoeffRing] => [_ModuleHom:CoeffRing] [explicit]
- [_ModuleHom:Codomain].[AdditiveGroup] => [_ModuleHom:Codomain]
- [_ModuleHom:Codomain].[Copyable] => [_ModuleHom:Codomain]
- [_ModuleHom:Codomain].[Escapable] => [_ModuleHom:Codomain]
- [_ModuleHom:Codomain].[SetType] => [_ModuleHom:Codomain]
- [_ModuleHom:Codomain].[Hashable] => [_ModuleHom:Codomain]
- [_ModuleHom:Codomain].[CustomStringConvertible] => [_ModuleHom:Codomain]
- [_ModuleHom:Codomain].[Equatable] => [_ModuleHom:Codomain]
- [_ModuleHom:CoeffRing].[Ring] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[Copyable] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[Escapable] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].IntegerLiteralType => [_ModuleHom:CoeffRing].[Ring:IntegerLiteralType]
- [_ModuleHom:CoeffRing].[AdditiveGroup] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[Monoid] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[ExpressibleByIntegerLiteral] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[SetType] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[Hashable] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[CustomStringConvertible] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[Equatable] => [_ModuleHom:CoeffRing]
- [_ModuleHom:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [_ModuleHom:CoeffRing].[Ring:IntegerLiteralType]
- [VectorSpace].[VectorSpace] => [VectorSpace] [permanent]
- [VectorSpace].CoeffRing => [VectorSpace:CoeffRing] [permanent]
- [VectorSpace].[Module] => [VectorSpace] [explicit]
- [VectorSpace:CoeffRing].[Field] => [VectorSpace:CoeffRing] [explicit]
- [VectorSpace].[Copyable] => [VectorSpace] [explicit]
- [VectorSpace].[Escapable] => [VectorSpace] [explicit]
- [VectorSpace].[VectorSpace:CoeffRing] => [VectorSpace:CoeffRing]
- [VectorSpace].[Module:CoeffRing] => [VectorSpace:CoeffRing]
- [VectorSpace].[AdditiveGroup] => [VectorSpace]
- [VectorSpace].[SetType] => [VectorSpace]
- [VectorSpace].[Hashable] => [VectorSpace]
- [VectorSpace].[CustomStringConvertible] => [VectorSpace]
- [VectorSpace].[Equatable] => [VectorSpace]
- [VectorSpace:CoeffRing].IntegerLiteralType => [VectorSpace:CoeffRing].[Field:IntegerLiteralType]
- [VectorSpace:CoeffRing].[EuclideanRing] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[Copyable] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[Escapable] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[EuclideanRing:IntegerLiteralType] => [VectorSpace:CoeffRing].[Field:IntegerLiteralType]
- [VectorSpace:CoeffRing].[Ring] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[Ring:IntegerLiteralType] => [VectorSpace:CoeffRing].[Field:IntegerLiteralType]
- [VectorSpace:CoeffRing].[AdditiveGroup] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[Monoid] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[ExpressibleByIntegerLiteral] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[SetType] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[Hashable] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[CustomStringConvertible] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[Equatable] => [VectorSpace:CoeffRing]
- [VectorSpace:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [VectorSpace:CoeffRing].[Field:IntegerLiteralType]
- [Hashable].[Hashable] => [Hashable] [permanent]
- [Hashable].[Equatable] => [Hashable] [explicit]
- [Hashable].[Copyable] => [Hashable]
- [Hashable].[Escapable] => [Hashable]
- [CustomStringConvertible].[CustomStringConvertible] => [CustomStringConvertible] [permanent]
- [CustomStringConvertible].[Copyable] => [CustomStringConvertible] [explicit]
- [CustomStringConvertible].[Escapable] => [CustomStringConvertible] [explicit]
- [_AdditiveGroupHom].[_AdditiveGroupHom] => [_AdditiveGroupHom] [permanent]
- [_AdditiveGroupHom].Domain => [_AdditiveGroupHom:Domain] [permanent]
- [_AdditiveGroupHom].Codomain => [_AdditiveGroupHom:Codomain] [permanent]
- [_AdditiveGroupHom].[Map] => [_AdditiveGroupHom] [explicit]
- [_AdditiveGroupHom].[AdditiveGroup] => [_AdditiveGroupHom] [explicit]
- [_AdditiveGroupHom:Domain].[AdditiveGroup] => [_AdditiveGroupHom:Domain] [explicit]
- [_AdditiveGroupHom:Codomain].[AdditiveGroup] => [_AdditiveGroupHom:Codomain] [explicit]
- [_AdditiveGroupHom].[Copyable] => [_AdditiveGroupHom] [explicit]
- [_AdditiveGroupHom].[Escapable] => [_AdditiveGroupHom] [explicit]
- [_AdditiveGroupHom].[_AdditiveGroupHom:Domain] => [_AdditiveGroupHom:Domain]
- [_AdditiveGroupHom].[_AdditiveGroupHom:Codomain] => [_AdditiveGroupHom:Codomain]
- [_AdditiveGroupHom].[Map:Domain] => [_AdditiveGroupHom:Domain]
- [_AdditiveGroupHom].[Map:Codomain] => [_AdditiveGroupHom:Codomain]
- [_AdditiveGroupHom].[SetType] => [_AdditiveGroupHom]
- [_AdditiveGroupHom].[Hashable] => [_AdditiveGroupHom]
- [_AdditiveGroupHom].[CustomStringConvertible] => [_AdditiveGroupHom]
- [_AdditiveGroupHom].[Equatable] => [_AdditiveGroupHom]
- [_AdditiveGroupHom:Domain].[SetType] => [_AdditiveGroupHom:Domain]
- [_AdditiveGroupHom:Domain].[Copyable] => [_AdditiveGroupHom:Domain]
- [_AdditiveGroupHom:Domain].[Escapable] => [_AdditiveGroupHom:Domain]
- [_AdditiveGroupHom:Domain].[Hashable] => [_AdditiveGroupHom:Domain]
- [_AdditiveGroupHom:Domain].[CustomStringConvertible] => [_AdditiveGroupHom:Domain]
- [_AdditiveGroupHom:Domain].[Equatable] => [_AdditiveGroupHom:Domain]
- [_AdditiveGroupHom:Codomain].[SetType] => [_AdditiveGroupHom:Codomain]
- [_AdditiveGroupHom:Codomain].[Copyable] => [_AdditiveGroupHom:Codomain]
- [_AdditiveGroupHom:Codomain].[Escapable] => [_AdditiveGroupHom:Codomain]
- [_AdditiveGroupHom:Codomain].[Hashable] => [_AdditiveGroupHom:Codomain]
- [_AdditiveGroupHom:Codomain].[CustomStringConvertible] => [_AdditiveGroupHom:Codomain]
- [_AdditiveGroupHom:Codomain].[Equatable] => [_AdditiveGroupHom:Codomain]
- [Module].[Module] => [Module] [permanent]
- [Module].CoeffRing => [Module:CoeffRing] [permanent]
- [Module].[AdditiveGroup] => [Module] [explicit]
- [Module:CoeffRing].[Ring] => [Module:CoeffRing] [explicit]
- [Module].[Copyable] => [Module] [explicit]
- [Module].[Escapable] => [Module] [explicit]
- [Module:CoeffRing].[Copyable] => [Module:CoeffRing] [explicit]
- [Module:CoeffRing].[Escapable] => [Module:CoeffRing] [explicit]
- [Module].[Module:CoeffRing] => [Module:CoeffRing]
- [Module].[SetType] => [Module]
- [Module].[Hashable] => [Module]
- [Module].[CustomStringConvertible] => [Module]
- [Module].[Equatable] => [Module]
- [Module:CoeffRing].IntegerLiteralType => [Module:CoeffRing].[Ring:IntegerLiteralType]
- [Module:CoeffRing].[AdditiveGroup] => [Module:CoeffRing]
- [Module:CoeffRing].[Monoid] => [Module:CoeffRing]
- [Module:CoeffRing].[ExpressibleByIntegerLiteral] => [Module:CoeffRing]
- [Module:CoeffRing].[SetType] => [Module:CoeffRing]
- [Module:CoeffRing].[Hashable] => [Module:CoeffRing]
- [Module:CoeffRing].[CustomStringConvertible] => [Module:CoeffRing]
- [Module:CoeffRing].[Equatable] => [Module:CoeffRing]
- [Module:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [Module:CoeffRing].[Ring:IntegerLiteralType]
- [Field].[Field] => [Field] [permanent]
- [Field].IntegerLiteralType => [Field:IntegerLiteralType] [permanent]
- [Field].[EuclideanRing] => [Field] [explicit]
- [Field].[Copyable] => [Field] [explicit]
- [Field].[Escapable] => [Field] [explicit]
- [Field].[Field:IntegerLiteralType] => [Field:IntegerLiteralType]
- [Field].[EuclideanRing:IntegerLiteralType] => [Field:IntegerLiteralType]
- [Field].[Ring] => [Field]
- [Field].[Ring:IntegerLiteralType] => [Field:IntegerLiteralType]
- [Field].[AdditiveGroup] => [Field]
- [Field].[Monoid] => [Field]
- [Field].[ExpressibleByIntegerLiteral] => [Field]
- [Field].[SetType] => [Field]
- [Field].[Hashable] => [Field]
- [Field].[CustomStringConvertible] => [Field]
- [Field].[Equatable] => [Field]
- [Field].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [Field:IntegerLiteralType]
- [Field:IntegerLiteralType].[Copyable] => [Field:IntegerLiteralType]
- [Field:IntegerLiteralType].[Escapable] => [Field:IntegerLiteralType]
- [Field:IntegerLiteralType].[_ExpressibleByBuiltinIntegerLiteral] => [Field:IntegerLiteralType]
- [Equatable].[Equatable] => [Equatable] [permanent]
- [Equatable].[Copyable] => [Equatable] [explicit]
- [Equatable].[Escapable] => [Equatable] [explicit]
- [AdditiveGroup].[AdditiveGroup] => [AdditiveGroup] [permanent]
- [AdditiveGroup].[SetType] => [AdditiveGroup] [explicit]
- [AdditiveGroup].[Copyable] => [AdditiveGroup] [explicit]
- [AdditiveGroup].[Escapable] => [AdditiveGroup] [explicit]
- [AdditiveGroup].[Hashable] => [AdditiveGroup]
- [AdditiveGroup].[CustomStringConvertible] => [AdditiveGroup]
- [AdditiveGroup].[Equatable] => [AdditiveGroup]
- [Ring].[Ring] => [Ring] [permanent]
- [Ring].IntegerLiteralType => [Ring:IntegerLiteralType] [permanent]
- [Ring].[AdditiveGroup] => [Ring] [explicit]
- [Ring].[Monoid] => [Ring] [explicit]
- [Ring].[ExpressibleByIntegerLiteral] => [Ring] [explicit]
- [Ring].[Copyable] => [Ring] [explicit]
- [Ring].[Escapable] => [Ring] [explicit]
- [Ring:IntegerLiteralType].[Copyable] => [Ring:IntegerLiteralType] [explicit]
- [Ring:IntegerLiteralType].[Escapable] => [Ring:IntegerLiteralType] [explicit]
- [Ring].[Ring:IntegerLiteralType] => [Ring:IntegerLiteralType]
- [Ring].[SetType] => [Ring]
- [Ring].[Hashable] => [Ring]
- [Ring].[CustomStringConvertible] => [Ring]
- [Ring].[Equatable] => [Ring]
- [Ring].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [Ring:IntegerLiteralType]
- [Ring:IntegerLiteralType].[_ExpressibleByBuiltinIntegerLiteral] => [Ring:IntegerLiteralType]
- [EuclideanRing].[EuclideanRing] => [EuclideanRing] [permanent]
- [EuclideanRing].IntegerLiteralType => [EuclideanRing:IntegerLiteralType] [permanent]
- [EuclideanRing].[Ring] => [EuclideanRing] [explicit]
- [EuclideanRing].[Copyable] => [EuclideanRing] [explicit]
- [EuclideanRing].[Escapable] => [EuclideanRing] [explicit]
- [EuclideanRing].[EuclideanRing:IntegerLiteralType] => [EuclideanRing:IntegerLiteralType]
- [EuclideanRing].[Ring:IntegerLiteralType] => [EuclideanRing:IntegerLiteralType]
- [EuclideanRing].[AdditiveGroup] => [EuclideanRing]
- [EuclideanRing].[Monoid] => [EuclideanRing]
- [EuclideanRing].[ExpressibleByIntegerLiteral] => [EuclideanRing]
- [EuclideanRing].[SetType] => [EuclideanRing]
- [EuclideanRing].[Hashable] => [EuclideanRing]
- [EuclideanRing].[CustomStringConvertible] => [EuclideanRing]
- [EuclideanRing].[Equatable] => [EuclideanRing]
- [EuclideanRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [EuclideanRing:IntegerLiteralType]
- [EuclideanRing:IntegerLiteralType].[Copyable] => [EuclideanRing:IntegerLiteralType]
- [EuclideanRing:IntegerLiteralType].[Escapable] => [EuclideanRing:IntegerLiteralType]
- [EuclideanRing:IntegerLiteralType].[_ExpressibleByBuiltinIntegerLiteral] => [EuclideanRing:IntegerLiteralType]
- [Monoid].[Monoid] => [Monoid] [permanent]
- [Monoid].[SetType] => [Monoid] [explicit]
- [Monoid].[Copyable] => [Monoid] [explicit]
- [Monoid].[Escapable] => [Monoid] [explicit]
- [Monoid].[Hashable] => [Monoid]
- [Monoid].[CustomStringConvertible] => [Monoid]
- [Monoid].[Equatable] => [Monoid]
- [ExpressibleByIntegerLiteral].[ExpressibleByIntegerLiteral] => [ExpressibleByIntegerLiteral] [permanent]
- [ExpressibleByIntegerLiteral].IntegerLiteralType => [ExpressibleByIntegerLiteral:IntegerLiteralType] [permanent]
- [ExpressibleByIntegerLiteral].[Copyable] => [ExpressibleByIntegerLiteral] [explicit]
- [ExpressibleByIntegerLiteral].[Escapable] => [ExpressibleByIntegerLiteral] [explicit]
- [ExpressibleByIntegerLiteral:IntegerLiteralType].[_ExpressibleByBuiltinIntegerLiteral] => [ExpressibleByIntegerLiteral:IntegerLiteralType] [explicit]
- [ExpressibleByIntegerLiteral].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [ExpressibleByIntegerLiteral:IntegerLiteralType]
- [ExpressibleByIntegerLiteral:IntegerLiteralType].[Copyable] => [ExpressibleByIntegerLiteral:IntegerLiteralType]
- [ExpressibleByIntegerLiteral:IntegerLiteralType].[Escapable] => [ExpressibleByIntegerLiteral:IntegerLiteralType]
- [_ExpressibleByBuiltinIntegerLiteral].[_ExpressibleByBuiltinIntegerLiteral] => [_ExpressibleByBuiltinIntegerLiteral] [permanent]
- [_ExpressibleByBuiltinIntegerLiteral].[Copyable] => [_ExpressibleByBuiltinIntegerLiteral] [explicit]
- [_ExpressibleByBuiltinIntegerLiteral].[Escapable] => [_ExpressibleByBuiltinIntegerLiteral] [explicit]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation] [permanent]
- [_LieAlgebraRepresentation].CoeffRing => [_LieAlgebraRepresentation:CoeffRing] [permanent]
- [_LieAlgebraRepresentation].Domain => [_LieAlgebraRepresentation:Domain] [permanent]
- [_LieAlgebraRepresentation].Codomain => [_LieAlgebraRepresentation:Codomain] [permanent]
- [_LieAlgebraRepresentation].VectorSpace => [_LieAlgebraRepresentation:VectorSpace] [permanent]
- [_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation] [explicit]
- [_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation] [explicit]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>] => [_LieAlgebraRepresentation:Codomain] [explicit] [subst↓] [redundant]
- [_LieAlgebraRepresentation].[Copyable] => [_LieAlgebraRepresentation] [explicit]
- [_LieAlgebraRepresentation].[Escapable] => [_LieAlgebraRepresentation] [explicit]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation:VectorSpace]
- [_LieAlgebraRepresentation].[Representation:VectorSpace] => [_LieAlgebraRepresentation:VectorSpace]
- [_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation].[Map] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation].[SetType] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[Hashable] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[CustomStringConvertible] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[Equatable] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation].[_LinearMap:Codomain] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation].[_ModuleHom] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[VectorSpace] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[_ModuleHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation].[_ModuleHom:Domain] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation].[_ModuleHom:Codomain] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation].[_AdditiveGroupHom] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[Module] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[_AdditiveGroupHom:Domain] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation].[_AdditiveGroupHom:Codomain] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation].[AdditiveGroup] => [_LieAlgebraRepresentation]
- [_LieAlgebraRepresentation].[Module:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation].[VectorSpace:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>] => [_LieAlgebraRepresentation:Codomain] [explicit]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>] => [_LieAlgebraRepresentation:Codomain] [explicit] [subst↓] [redundant]
- [_LieAlgebraRepresentation:VectorSpace].[Copyable] => [_LieAlgebraRepresentation:VectorSpace]
- [_LieAlgebraRepresentation:VectorSpace].[Escapable] => [_LieAlgebraRepresentation:VectorSpace]
- [_LieAlgebraRepresentation:Domain].[SetType] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[Copyable] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[Escapable] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[Hashable] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[CustomStringConvertible] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[Equatable] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Codomain].[SetType] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[Copyable] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[Escapable] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[Hashable] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[CustomStringConvertible] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[Equatable] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:CoeffRing].[Ring] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[Copyable] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[Escapable] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[AdditiveGroup] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[Monoid] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[ExpressibleByIntegerLiteral] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[SetType] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[Hashable] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[CustomStringConvertible] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[Equatable] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[Field] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[Ring:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType]
- [_LieAlgebraRepresentation:CoeffRing].[EuclideanRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:CoeffRing].[EuclideanRing:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType]
- [_LieAlgebraRepresentation:CoeffRing].IntegerLiteralType => [_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType] [redundant]
- [_LieAlgebraRepresentation:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType]
- [_LieAlgebraRepresentation:Domain].[LieAlgebra] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[VectorSpace] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[Module] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[AdditiveGroup] => [_LieAlgebraRepresentation:Domain]
- [_LieAlgebraRepresentation:Domain].[LieAlgebra:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:Domain].CoeffRing => [_LieAlgebraRepresentation:CoeffRing] [redundant]
- [_LieAlgebraRepresentation:Domain].[VectorSpace:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:Domain].[Module:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:Codomain].[LieAlgebra] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[VectorSpace] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[Module] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[AdditiveGroup] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[LieAlgebra:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:Codomain].CoeffRing => [_LieAlgebraRepresentation:CoeffRing] [redundant]
- [_LieAlgebraRepresentation:Codomain].[VectorSpace:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:Codomain].[Module:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : SetType] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Copyable] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Escapable] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Hashable] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : CustomStringConvertible] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Equatable] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : LieAlgebra] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : VectorSpace] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Module] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:VectorSpace].[Module:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : AdditiveGroup] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : SetType] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Copyable] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Escapable] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Hashable] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : CustomStringConvertible] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Equatable] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : LieAlgebra] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : VectorSpace] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Module] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : AdditiveGroup] => [_LieAlgebraRepresentation:Codomain]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : SetType] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Copyable] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Escapable] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Hashable] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : CustomStringConvertible] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Equatable] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : LieAlgebra] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : VectorSpace] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Module] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
- [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : AdditiveGroup] => [_LieAlgebraRepresentation:Codomain] [subst↓] [redundant]
}
Relations: {
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[SetType] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : SetType]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[Copyable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Copyable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[Escapable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Escapable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[Hashable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Hashable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[CustomStringConvertible] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : CustomStringConvertible]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[Equatable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Equatable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[LieAlgebra] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : LieAlgebra]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[VectorSpace] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : VectorSpace]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[Module] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Module]
- [_LieAlgebraRepresentation].VectorSpace.[Module:CoeffRing] =>> [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Module].[Module:CoeffRing]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[AdditiveGroup] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>].[concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : AdditiveGroup]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[SetType] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : SetType]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[Copyable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Copyable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[Escapable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Escapable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[Hashable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Hashable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[CustomStringConvertible] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : CustomStringConvertible]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[Equatable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Equatable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[LieAlgebra] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : LieAlgebra]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[VectorSpace] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : VectorSpace]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[Module] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Module]
- [_LieAlgebraRepresentation:VectorSpace].[Module:CoeffRing] =>> [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Module].[Module:CoeffRing]
- [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[AdditiveGroup] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : AdditiveGroup]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[SetType] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : SetType]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[Copyable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Copyable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[Escapable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Escapable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[Hashable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Hashable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[CustomStringConvertible] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : CustomStringConvertible]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[Equatable] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Equatable]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[LieAlgebra] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : LieAlgebra]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[VectorSpace] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : VectorSpace]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[Module] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Module]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace].[Module:CoeffRing] =>> [_LieAlgebraRepresentation:Codomain].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Module].[Module:CoeffRing]
- [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[AdditiveGroup] =>> [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>].[concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : AdditiveGroup]
}
Type differences: {
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]>]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : SetType]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : SetType]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Copyable]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Copyable]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Escapable]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Escapable]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Hashable]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Hashable]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : CustomStringConvertible]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : CustomStringConvertible]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Equatable]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Equatable]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : LieAlgebra]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : LieAlgebra]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : VectorSpace]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : VectorSpace]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : Module]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Module]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace> : AdditiveGroup]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : AdditiveGroup]
- [_LieAlgebraRepresentation].VectorSpace (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : SetType]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : SetType]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Copyable]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Copyable]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Escapable]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Escapable]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Hashable]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Hashable]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : CustomStringConvertible]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : CustomStringConvertible]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Equatable]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Equatable]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : LieAlgebra]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : LieAlgebra]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : VectorSpace]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : VectorSpace]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : Module]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : Module]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
Base term: [_LieAlgebraRepresentation:Codomain]
LHS: [concrete: LinearEnd<[_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]> : AdditiveGroup]
RHS: [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]> : AdditiveGroup]
- [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] (#0) -> [_LieAlgebraRepresentation:VectorSpace]
}
Rewrite loops: {
- (#0) [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:CoeffRing]: [_LieAlgebraRepresentation].([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].CoeffRing) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation]).CoeffRing ⊗ ([_LieAlgebraRepresentation].CoeffRing => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:CoeffRing])
- (#1) [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain]: [_LieAlgebraRepresentation].([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].Domain) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation]).Domain ⊗ ([_LieAlgebraRepresentation].Domain => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain])
- (#2) [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain]: [_LieAlgebraRepresentation].([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].Codomain) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation]).Codomain ⊗ ([_LieAlgebraRepresentation].Codomain => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain])
- (#3) [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace]: [_LieAlgebraRepresentation].([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation].VectorSpace) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation]).VectorSpace ⊗ ([_LieAlgebraRepresentation].VectorSpace => [_LieAlgebraRepresentation:VectorSpace]) ⊗ ([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace])
- (#4) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Representation] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#5) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_LieAlgebraHom] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#6) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Copyable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Copyable] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#7) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Escapable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Escapable] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#8) [_LieAlgebraRepresentation].[Representation:VectorSpace]: [_LieAlgebraRepresentation].([Representation:VectorSpace] => [Representation].VectorSpace) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]).VectorSpace ⊗ ([_LieAlgebraRepresentation].VectorSpace => [_LieAlgebraRepresentation:VectorSpace]) ⊗ ([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation].[Representation:VectorSpace])
- (#9) [_LieAlgebraRepresentation].[Representation:Domain]: [_LieAlgebraRepresentation].([Representation:Domain] => [Representation].Domain) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]).Domain ⊗ ([_LieAlgebraRepresentation].Domain => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Representation:Domain])
- (#10) [_LieAlgebraRepresentation].[Representation:Codomain]: [_LieAlgebraRepresentation].([Representation:Codomain] => [Representation].Codomain) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]).Codomain ⊗ ([_LieAlgebraRepresentation].Codomain => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Representation:Codomain])
- (#11) [_LieAlgebraRepresentation].[Map]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[Map] ⊗ [_LieAlgebraRepresentation].([Representation].[Map] => [Representation]) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map])
- (#12) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Representation].[Copyable] => [Representation]) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation])
- (#13) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Representation].[Escapable] => [Representation]) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation])
- (#14) [_LieAlgebraRepresentation].[Map:Domain]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[Map:Domain] ⊗ [_LieAlgebraRepresentation].([Representation].[Map:Domain] => [Representation:Domain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain])
- (#15) [_LieAlgebraRepresentation].[Map:Codomain]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[Map:Codomain] ⊗ [_LieAlgebraRepresentation].([Representation].[Map:Codomain] => [Representation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain])
- (#16) [_LieAlgebraRepresentation].[SetType]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[SetType] ⊗ [_LieAlgebraRepresentation].([Representation].[SetType] => [Representation]) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType])
- (#17) [_LieAlgebraRepresentation].[Hashable]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[Hashable] ⊗ [_LieAlgebraRepresentation].([Representation].[Hashable] => [Representation]) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable])
- (#18) [_LieAlgebraRepresentation].[CustomStringConvertible]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([Representation].[CustomStringConvertible] => [Representation]) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[CustomStringConvertible])
- (#19) [_LieAlgebraRepresentation].[Equatable]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Representation]).[Equatable] ⊗ [_LieAlgebraRepresentation].([Representation].[Equatable] => [Representation]) ⊗ ([_LieAlgebraRepresentation].[Representation] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable])
- (#20) [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]: [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing] => [_LieAlgebraHom].CoeffRing) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]).CoeffRing ⊗ ([_LieAlgebraRepresentation].CoeffRing => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing])
- (#21) [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]: [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain] => [_LieAlgebraHom].Domain) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]).Domain ⊗ ([_LieAlgebraRepresentation].Domain => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain])
- (#22) [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]: [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain] => [_LieAlgebraHom].Codomain) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]).Codomain ⊗ ([_LieAlgebraRepresentation].Codomain => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain])
- (#23) [_LieAlgebraRepresentation].[_LinearMap]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_LinearMap] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_LinearMap] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap])
- (#24) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Copyable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Copyable] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation])
- (#25) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Escapable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Escapable] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation])
- (#26) [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_LinearMap:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_LinearMap:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing])
- (#27) [_LieAlgebraRepresentation].[_LinearMap:Domain]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_LinearMap:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_LinearMap:Domain] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LinearMap:Domain])
- (#28) [_LieAlgebraRepresentation].[_LinearMap:Codomain]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_LinearMap:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_LinearMap:Codomain] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LinearMap:Codomain])
- (#29) [_LieAlgebraRepresentation].[_ModuleHom]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_ModuleHom] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_ModuleHom] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_ModuleHom])
- (#30) [_LieAlgebraRepresentation].[VectorSpace]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[VectorSpace] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[VectorSpace] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[VectorSpace])
- (#31) [_LieAlgebraRepresentation].[_ModuleHom:CoeffRing]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_ModuleHom:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_ModuleHom:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_ModuleHom:CoeffRing])
- (#32) [_LieAlgebraRepresentation].[_ModuleHom:Domain]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_ModuleHom:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_ModuleHom:Domain] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_ModuleHom:Domain])
- (#33) [_LieAlgebraRepresentation].[_ModuleHom:Codomain]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_ModuleHom:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_ModuleHom:Codomain] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_ModuleHom:Codomain])
- (#34) [_LieAlgebraRepresentation].[_AdditiveGroupHom]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_AdditiveGroupHom] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_AdditiveGroupHom] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_AdditiveGroupHom])
- (#35) [_LieAlgebraRepresentation].[Module]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Module] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Module] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Module])
- (#36) [_LieAlgebraRepresentation].[_AdditiveGroupHom:Domain]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_AdditiveGroupHom:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_AdditiveGroupHom:Domain] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_AdditiveGroupHom:Domain])
- (#37) [_LieAlgebraRepresentation].[_AdditiveGroupHom:Codomain]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[_AdditiveGroupHom:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[_AdditiveGroupHom:Codomain] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_AdditiveGroupHom:Codomain])
- (#38) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Map] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Map] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation])
- (#39) [_LieAlgebraRepresentation].[AdditiveGroup]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[AdditiveGroup] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[AdditiveGroup] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[AdditiveGroup])
- (#40) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Map:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Map:Domain] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain])
- (#41) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Map:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Map:Codomain] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#42) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[SetType] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[SetType] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation])
- (#43) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Hashable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Hashable] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation])
- (#44) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[CustomStringConvertible] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation])
- (#45) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Equatable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Equatable] => [_LieAlgebraHom]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom] => [_LieAlgebraRepresentation])
- (#46) [_LieAlgebraRepresentation].[Module:CoeffRing]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[Module:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[Module:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[Module:CoeffRing])
- (#47) [_LieAlgebraRepresentation].[VectorSpace:CoeffRing]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraHom]).[VectorSpace:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom].[VectorSpace:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[VectorSpace:CoeffRing])
- (#59) [_LieAlgebraRepresentation:VectorSpace]: RightConcreteProjection([concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>] : [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>]) ⊗ DecomposeConcrete([concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>] : [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>]) ⊗ ([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation].VectorSpace) ⊗ Compose(1) ⊗ LeftConcreteInjection([concrete: LinearEnd<[_LieAlgebraRepresentation].VectorSpace>] : [concrete: LinearEnd<[_LieAlgebraRepresentation:VectorSpace]>]) ⊗ ([_LieAlgebraRepresentation].VectorSpace => [_LieAlgebraRepresentation:VectorSpace])
- (#61) [_LieAlgebraRepresentation:VectorSpace]: ([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation].[Representation:VectorSpace]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Representation:VectorSpace] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Representation:VectorSpace] => [_LieAlgebraRepresentation:VectorSpace]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation:VectorSpace])
- (#62) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Representation:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Representation:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain])
- (#63) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Representation:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Representation:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#64) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Map] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Map] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#65) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Map:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain])
- (#66) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Map:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#67) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[SetType] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[SetType] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#68) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Hashable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Hashable] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#69) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[CustomStringConvertible] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#70) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Equatable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Equatable] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#71) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_LieAlgebraHom:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#72) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_LieAlgebraHom:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain])
- (#73) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_LieAlgebraHom:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#74) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_LinearMap] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#75) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_LinearMap:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#76) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_LinearMap:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain])
- (#77) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LinearMap:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_LinearMap:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_LinearMap:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#78) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_ModuleHom]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_ModuleHom] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_ModuleHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#79) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[VectorSpace]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[VectorSpace] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[VectorSpace] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#80) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_ModuleHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_ModuleHom:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_ModuleHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#81) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_ModuleHom:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_ModuleHom:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_ModuleHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain])
- (#82) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_ModuleHom:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_ModuleHom:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_ModuleHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#83) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_AdditiveGroupHom]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_AdditiveGroupHom] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_AdditiveGroupHom] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#84) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Module]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Module] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Module] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#85) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_AdditiveGroupHom:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_AdditiveGroupHom:Domain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_AdditiveGroupHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain])
- (#86) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_AdditiveGroupHom:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[_AdditiveGroupHom:Codomain] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[_AdditiveGroupHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#87) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[AdditiveGroup]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[AdditiveGroup] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[AdditiveGroup] => [_LieAlgebraRepresentation]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation] => [_LieAlgebraRepresentation])
- (#88) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[Module:CoeffRing]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[Module:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[Module:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#89) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[VectorSpace:CoeffRing]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LieAlgebraRepresentation]).[VectorSpace:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraRepresentation].[VectorSpace:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#91) [_LieAlgebraRepresentation:VectorSpace].[Copyable]: ([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation].[Representation:VectorSpace]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Representation:VectorSpace].[Copyable] => [Representation:VectorSpace]) ⊗ ([_LieAlgebraRepresentation].[Representation:VectorSpace] => [_LieAlgebraRepresentation:VectorSpace]) ⊗ ([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation:VectorSpace].[Copyable])
- (#92) [_LieAlgebraRepresentation:VectorSpace].[Escapable]: ([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation].[Representation:VectorSpace]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Representation:VectorSpace].[Escapable] => [Representation:VectorSpace]) ⊗ ([_LieAlgebraRepresentation].[Representation:VectorSpace] => [_LieAlgebraRepresentation:VectorSpace]) ⊗ ([_LieAlgebraRepresentation:VectorSpace] => [_LieAlgebraRepresentation:VectorSpace].[Escapable])
- (#93) [_LieAlgebraRepresentation:Domain].[SetType]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Representation:Domain]).[SetType] ⊗ [_LieAlgebraRepresentation].([Representation:Domain].[SetType] => [Representation:Domain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[SetType])
- (#94) [_LieAlgebraRepresentation:Domain].[Copyable]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Representation:Domain]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Representation:Domain].[Copyable] => [Representation:Domain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Copyable])
- (#95) [_LieAlgebraRepresentation:Domain].[Escapable]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Representation:Domain]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Representation:Domain].[Escapable] => [Representation:Domain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Escapable])
- (#96) [_LieAlgebraRepresentation:Domain].[Hashable]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Representation:Domain]).[Hashable] ⊗ [_LieAlgebraRepresentation].([Representation:Domain].[Hashable] => [Representation:Domain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Hashable])
- (#97) [_LieAlgebraRepresentation:Domain].[CustomStringConvertible]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Representation:Domain]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([Representation:Domain].[CustomStringConvertible] => [Representation:Domain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[CustomStringConvertible])
- (#98) [_LieAlgebraRepresentation:Domain].[Equatable]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Representation:Domain]).[Equatable] ⊗ [_LieAlgebraRepresentation].([Representation:Domain].[Equatable] => [Representation:Domain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Equatable])
- (#99) [_LieAlgebraRepresentation:Codomain].[SetType]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Representation:Codomain]).[SetType] ⊗ [_LieAlgebraRepresentation].([Representation:Codomain].[SetType] => [Representation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[SetType])
- (#100) [_LieAlgebraRepresentation:Codomain].[Copyable]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Representation:Codomain]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Representation:Codomain].[Copyable] => [Representation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Copyable])
- (#101) [_LieAlgebraRepresentation:Codomain].[Escapable]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Representation:Codomain]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Representation:Codomain].[Escapable] => [Representation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Escapable])
- (#102) [_LieAlgebraRepresentation:Codomain].[Hashable]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Representation:Codomain]).[Hashable] ⊗ [_LieAlgebraRepresentation].([Representation:Codomain].[Hashable] => [Representation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Hashable])
- (#103) [_LieAlgebraRepresentation:Codomain].[CustomStringConvertible]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Representation:Codomain]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([Representation:Codomain].[CustomStringConvertible] => [Representation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[CustomStringConvertible])
- (#104) [_LieAlgebraRepresentation:Codomain].[Equatable]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Representation:Codomain]).[Equatable] ⊗ [_LieAlgebraRepresentation].([Representation:Codomain].[Equatable] => [Representation:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Representation:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Equatable])
- (#105) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].Domain) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]).Domain ⊗ [_LieAlgebraRepresentation].([Map].Domain => [Map:Domain]) ⊗ ([_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain])
- (#106) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].Codomain) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]).Codomain ⊗ [_LieAlgebraRepresentation].([Map].Codomain => [Map:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#107) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]).[SetType] ⊗ [_LieAlgebraRepresentation].([Map].[SetType] => [Map]) ⊗ ([_LieAlgebraRepresentation].[Map] => [_LieAlgebraRepresentation])
- (#108) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Map].[Copyable] => [Map]) ⊗ ([_LieAlgebraRepresentation].[Map] => [_LieAlgebraRepresentation])
- (#109) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Map].[Escapable] => [Map]) ⊗ ([_LieAlgebraRepresentation].[Map] => [_LieAlgebraRepresentation])
- (#110) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]).[Hashable] ⊗ [_LieAlgebraRepresentation].([Map].[Hashable] => [Map]) ⊗ ([_LieAlgebraRepresentation].[Map] => [_LieAlgebraRepresentation])
- (#111) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([Map].[CustomStringConvertible] => [Map]) ⊗ ([_LieAlgebraRepresentation].[Map] => [_LieAlgebraRepresentation])
- (#112) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]).[Equatable] ⊗ [_LieAlgebraRepresentation].([Map].[Equatable] => [Map]) ⊗ ([_LieAlgebraRepresentation].[Map] => [_LieAlgebraRepresentation])
- (#113) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[SetType]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]).[SetType] ⊗ [_LieAlgebraRepresentation].([Map:Domain].[SetType] => [Map:Domain]) ⊗ ([_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain])
- (#114) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Copyable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Map:Domain].[Copyable] => [Map:Domain]) ⊗ ([_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain])
- (#115) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Escapable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Map:Domain].[Escapable] => [Map:Domain]) ⊗ ([_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain])
- (#116) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Hashable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]).[Hashable] ⊗ [_LieAlgebraRepresentation].([Map:Domain].[Hashable] => [Map:Domain]) ⊗ ([_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain])
- (#117) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([Map:Domain].[CustomStringConvertible] => [Map:Domain]) ⊗ ([_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain])
- (#118) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Equatable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]).[Equatable] ⊗ [_LieAlgebraRepresentation].([Map:Domain].[Equatable] => [Map:Domain]) ⊗ ([_LieAlgebraRepresentation].[Map:Domain] => [_LieAlgebraRepresentation:Domain])
- (#119) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[SetType]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]).[SetType] ⊗ [_LieAlgebraRepresentation].([Map:Codomain].[SetType] => [Map:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#120) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Copyable]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Map:Codomain].[Copyable] => [Map:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#121) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Escapable]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Map:Codomain].[Escapable] => [Map:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#122) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Hashable]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]).[Hashable] ⊗ [_LieAlgebraRepresentation].([Map:Codomain].[Hashable] => [Map:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#123) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([Map:Codomain].[CustomStringConvertible] => [Map:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#124) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Equatable]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]).[Equatable] ⊗ [_LieAlgebraRepresentation].([Map:Codomain].[Equatable] => [Map:Codomain]) ⊗ ([_LieAlgebraRepresentation].[Map:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#125) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]).[Hashable] ⊗ [_LieAlgebraRepresentation].([SetType].[Hashable] => [SetType]) ⊗ ([_LieAlgebraRepresentation].[SetType] => [_LieAlgebraRepresentation])
- (#126) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([SetType].[CustomStringConvertible] => [SetType]) ⊗ ([_LieAlgebraRepresentation].[SetType] => [_LieAlgebraRepresentation])
- (#127) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]).[Copyable] ⊗ [_LieAlgebraRepresentation].([SetType].[Copyable] => [SetType]) ⊗ ([_LieAlgebraRepresentation].[SetType] => [_LieAlgebraRepresentation])
- (#128) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]).[Escapable] ⊗ [_LieAlgebraRepresentation].([SetType].[Escapable] => [SetType]) ⊗ ([_LieAlgebraRepresentation].[SetType] => [_LieAlgebraRepresentation])
- (#129) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]).[Equatable] ⊗ [_LieAlgebraRepresentation].([SetType].[Equatable] => [SetType]) ⊗ ([_LieAlgebraRepresentation].[SetType] => [_LieAlgebraRepresentation])
- (#130) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable]).[Equatable] ⊗ [_LieAlgebraRepresentation].([Hashable].[Equatable] => [Hashable]) ⊗ ([_LieAlgebraRepresentation].[Hashable] => [_LieAlgebraRepresentation])
- (#131) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Hashable].[Copyable] => [Hashable]) ⊗ ([_LieAlgebraRepresentation].[Hashable] => [_LieAlgebraRepresentation])
- (#132) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Hashable].[Escapable] => [Hashable]) ⊗ ([_LieAlgebraRepresentation].[Hashable] => [_LieAlgebraRepresentation])
- (#133) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[CustomStringConvertible]).[Copyable] ⊗ [_LieAlgebraRepresentation].([CustomStringConvertible].[Copyable] => [CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation].[CustomStringConvertible] => [_LieAlgebraRepresentation])
- (#134) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[CustomStringConvertible]).[Escapable] ⊗ [_LieAlgebraRepresentation].([CustomStringConvertible].[Escapable] => [CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation].[CustomStringConvertible] => [_LieAlgebraRepresentation])
- (#135) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable]).[Copyable] ⊗ [_LieAlgebraRepresentation].([Equatable].[Copyable] => [Equatable]) ⊗ ([_LieAlgebraRepresentation].[Equatable] => [_LieAlgebraRepresentation])
- (#136) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable]).[Escapable] ⊗ [_LieAlgebraRepresentation].([Equatable].[Escapable] => [Equatable]) ⊗ ([_LieAlgebraRepresentation].[Equatable] => [_LieAlgebraRepresentation])
- (#137) [_LieAlgebraRepresentation:CoeffRing].[Ring]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[Ring] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[Ring] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Ring])
- (#138) [_LieAlgebraRepresentation:CoeffRing].[Copyable]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[Copyable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[Copyable] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Copyable])
- (#139) [_LieAlgebraRepresentation:CoeffRing].[Escapable]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[Escapable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[Escapable] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Escapable])
- (#140) [_LieAlgebraRepresentation:CoeffRing].[AdditiveGroup]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[AdditiveGroup] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[AdditiveGroup] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[AdditiveGroup])
- (#141) [_LieAlgebraRepresentation:CoeffRing].[Monoid]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[Monoid] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[Monoid] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Monoid])
- (#142) [_LieAlgebraRepresentation:CoeffRing].[ExpressibleByIntegerLiteral]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[ExpressibleByIntegerLiteral] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[ExpressibleByIntegerLiteral] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[ExpressibleByIntegerLiteral])
- (#143) [_LieAlgebraRepresentation:CoeffRing].[SetType]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[SetType] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[SetType] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[SetType])
- (#144) [_LieAlgebraRepresentation:CoeffRing].[Hashable]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[Hashable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[Hashable] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Hashable])
- (#145) [_LieAlgebraRepresentation:CoeffRing].[CustomStringConvertible]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[CustomStringConvertible] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[CustomStringConvertible])
- (#146) [_LieAlgebraRepresentation:CoeffRing].[Equatable]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[Equatable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[Equatable] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Equatable])
- (#147) [_LieAlgebraRepresentation:CoeffRing].[Field]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[Field] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[Field] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Field])
- (#148) [_LieAlgebraRepresentation:CoeffRing].[Ring:IntegerLiteralType]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[Ring:IntegerLiteralType] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[Ring:IntegerLiteralType] => [_LieAlgebraHom:CoeffRing].[Field:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]).[Field:IntegerLiteralType] ⊗ ([_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[Ring:IntegerLiteralType])
- (#149) [_LieAlgebraRepresentation:CoeffRing].[EuclideanRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[EuclideanRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[EuclideanRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[EuclideanRing])
- (#150) [_LieAlgebraRepresentation:CoeffRing].[EuclideanRing:IntegerLiteralType]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[EuclideanRing:IntegerLiteralType] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[EuclideanRing:IntegerLiteralType] => [_LieAlgebraHom:CoeffRing].[Field:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]).[Field:IntegerLiteralType] ⊗ ([_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[EuclideanRing:IntegerLiteralType])
- (#152) [_LieAlgebraRepresentation:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing]).[ExpressibleByIntegerLiteral:IntegerLiteralType] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [_LieAlgebraHom:CoeffRing].[Field:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]).[Field:IntegerLiteralType] ⊗ ([_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType])
- (#153) [_LieAlgebraRepresentation:Domain].[LieAlgebra]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[LieAlgebra] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[LieAlgebra] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[LieAlgebra])
- (#154) [_LieAlgebraRepresentation:Domain].[VectorSpace]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[VectorSpace] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[VectorSpace] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[VectorSpace])
- (#155) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Copyable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[Copyable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[Copyable] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain])
- (#156) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Escapable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[Escapable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[Escapable] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain])
- (#157) [_LieAlgebraRepresentation:Domain].[Module]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[Module] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[Module] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Module])
- (#158) [_LieAlgebraRepresentation:Domain].[AdditiveGroup]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[AdditiveGroup] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[AdditiveGroup] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[AdditiveGroup])
- (#159) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[SetType]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[SetType] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[SetType] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain])
- (#160) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Hashable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[Hashable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[Hashable] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain])
- (#161) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[CustomStringConvertible] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain])
- (#162) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Equatable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[Equatable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[Equatable] => [_LieAlgebraHom:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Domain] => [_LieAlgebraRepresentation:Domain])
- (#163) [_LieAlgebraRepresentation:Domain].[LieAlgebra:CoeffRing]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[LieAlgebra:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[LieAlgebra:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:Domain].[LieAlgebra:CoeffRing])
- (#165) [_LieAlgebraRepresentation:Domain].[VectorSpace:CoeffRing]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[VectorSpace:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[VectorSpace:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:Domain].[VectorSpace:CoeffRing])
- (#166) [_LieAlgebraRepresentation:Domain].[Module:CoeffRing]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Domain]).[Module:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Domain].[Module:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:Domain].[Module:CoeffRing])
- (#167) [_LieAlgebraRepresentation:Codomain].[LieAlgebra]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[LieAlgebra] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[LieAlgebra] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[LieAlgebra])
- (#168) [_LieAlgebraRepresentation:Codomain].[VectorSpace]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[VectorSpace] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[VectorSpace] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[VectorSpace])
- (#169) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Copyable]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[Copyable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[Copyable] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#170) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Escapable]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[Escapable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[Escapable] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#171) [_LieAlgebraRepresentation:Codomain].[Module]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[Module] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[Module] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Module])
- (#172) [_LieAlgebraRepresentation:Codomain].[AdditiveGroup]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[AdditiveGroup] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[AdditiveGroup] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[AdditiveGroup])
- (#173) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[SetType]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[SetType] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[SetType] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#174) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Hashable]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[Hashable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[Hashable] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#175) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[CustomStringConvertible] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#176) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation:Codomain].[Equatable]) ⊗ ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[Equatable] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[Equatable] => [_LieAlgebraHom:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#177) [_LieAlgebraRepresentation:Codomain].[LieAlgebra:CoeffRing]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[LieAlgebra:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[LieAlgebra:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:Codomain].[LieAlgebra:CoeffRing])
- (#179) [_LieAlgebraRepresentation:Codomain].[VectorSpace:CoeffRing]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[VectorSpace:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[VectorSpace:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:Codomain].[VectorSpace:CoeffRing])
- (#180) [_LieAlgebraRepresentation:Codomain].[Module:CoeffRing]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_LieAlgebraHom:Codomain]).[Module:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LieAlgebraHom:Codomain].[Module:CoeffRing] => [_LieAlgebraHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LieAlgebraHom:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:Codomain].[Module:CoeffRing])
- (#181) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].CoeffRing) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).CoeffRing ⊗ [_LieAlgebraRepresentation].([_LinearMap].CoeffRing => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#182) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].Domain) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).Domain ⊗ [_LieAlgebraRepresentation].([_LinearMap].Domain => [_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain])
- (#183) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].Codomain) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).Codomain ⊗ [_LieAlgebraRepresentation].([_LinearMap].Codomain => [_LinearMap:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#184) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_ModuleHom]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[_ModuleHom] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[_ModuleHom] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#185) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[VectorSpace]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[VectorSpace] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[VectorSpace] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#186) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Copyable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Copyable] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Copyable] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#187) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Escapable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Escapable] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Escapable] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#188) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_ModuleHom:CoeffRing]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[_ModuleHom:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[_ModuleHom:CoeffRing] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#189) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_ModuleHom:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[_ModuleHom:Domain] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[_ModuleHom:Domain] => [_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain])
- (#190) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_ModuleHom:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[_ModuleHom:Codomain] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[_ModuleHom:Codomain] => [_LinearMap:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#191) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_AdditiveGroupHom]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[_AdditiveGroupHom] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[_AdditiveGroupHom] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#192) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Module]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Module] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Module] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#193) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_AdditiveGroupHom:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[_AdditiveGroupHom:Domain] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[_AdditiveGroupHom:Domain] => [_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain])
- (#194) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[_AdditiveGroupHom:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[_AdditiveGroupHom:Codomain] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[_AdditiveGroupHom:Codomain] => [_LinearMap:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#195) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Map]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Map] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Map] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#196) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[AdditiveGroup]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[AdditiveGroup] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[AdditiveGroup] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#197) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[Map:Domain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Map:Domain] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Map:Domain] => [_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain])
- (#198) [_LieAlgebraRepresentation:Codomain]: ([_LieAlgebraRepresentation:Codomain] => [_LieAlgebraRepresentation].[Map:Codomain]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Map:Codomain] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Map:Codomain] => [_LinearMap:Codomain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Codomain] => [_LieAlgebraRepresentation:Codomain])
- (#199) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[SetType]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[SetType] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[SetType] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#200) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Hashable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Hashable] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Hashable] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#201) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[CustomStringConvertible] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#202) [_LieAlgebraRepresentation]: ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[Equatable]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Equatable] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Equatable] => [_LinearMap]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap] => [_LieAlgebraRepresentation])
- (#203) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[Module:CoeffRing]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[Module:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[Module:CoeffRing] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#204) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[VectorSpace:CoeffRing]) ⊗ ([_LieAlgebraRepresentation] => [_LieAlgebraRepresentation].[_LinearMap]).[VectorSpace:CoeffRing] ⊗ [_LieAlgebraRepresentation].([_LinearMap].[VectorSpace:CoeffRing] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#205) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Ring]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[Ring] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[Ring] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#206) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Copyable]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[Copyable] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[Copyable] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#207) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Escapable]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[Escapable] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[Escapable] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#208) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[AdditiveGroup]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[AdditiveGroup] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[AdditiveGroup] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#209) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Monoid]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[Monoid] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[Monoid] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#210) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[ExpressibleByIntegerLiteral]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[ExpressibleByIntegerLiteral] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[ExpressibleByIntegerLiteral] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#211) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[SetType]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[SetType] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[SetType] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#212) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Hashable]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[Hashable] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[Hashable] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#213) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[CustomStringConvertible]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[CustomStringConvertible] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[CustomStringConvertible] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#214) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Equatable]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[Equatable] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[Equatable] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#215) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[Field]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[Field] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[Field] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#216) [_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType]: ([_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[Ring:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[Ring:IntegerLiteralType] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[Ring:IntegerLiteralType] => [_LinearMap:CoeffRing].[Field:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]).[Field:IntegerLiteralType]
- (#217) [_LieAlgebraRepresentation:CoeffRing]: ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing].[EuclideanRing]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[EuclideanRing] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[EuclideanRing] => [_LinearMap:CoeffRing]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing])
- (#218) [_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType]: ([_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[EuclideanRing:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[EuclideanRing:IntegerLiteralType] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[EuclideanRing:IntegerLiteralType] => [_LinearMap:CoeffRing].[Field:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]).[Field:IntegerLiteralType]
- (#220) [_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType]: ([_LieAlgebraRepresentation:CoeffRing].[Field:IntegerLiteralType] => [_LieAlgebraRepresentation:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation:CoeffRing] => [_LieAlgebraRepresentation].[_LinearMap:CoeffRing]).[ExpressibleByIntegerLiteral:IntegerLiteralType] ⊗ [_LieAlgebraRepresentation].([_LinearMap:CoeffRing].[ExpressibleByIntegerLiteral:IntegerLiteralType] => [_LinearMap:CoeffRing].[Field:IntegerLiteralType]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:CoeffRing] => [_LieAlgebraRepresentation:CoeffRing]).[Field:IntegerLiteralType]
- (#221) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[VectorSpace]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LinearMap:Domain]).[VectorSpace] ⊗ [_LieAlgebraRepresentation].([_LinearMap:Domain].[VectorSpace] => [_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain])
- (#222) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Module]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LinearMap:Domain]).[Module] ⊗ [_LieAlgebraRepresentation].([_LinearMap:Domain].[Module] => [_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain])
- (#223) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Copyable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LinearMap:Domain]).[Copyable] ⊗ [_LieAlgebraRepresentation].([_LinearMap:Domain].[Copyable] => [_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain])
- (#224) [_LieAlgebraRepresentation:Domain]: ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation:Domain].[Escapable]) ⊗ ([_LieAlgebraRepresentation:Domain] => [_LieAlgebraRepresentation].[_LinearMap:Domain]).[Escapable] ⊗ [_LieAlgebraRepresentation].([_LinearMap:Domain].[Escapable] => [_LinearMap:Domain]) ⊗ ([_LieAlgebraRepresentation].[_LinearMap:Domain] => [_LieAlgebraRepresentation:Domain])
EmitSwiftModule normal arm64 (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Complex.swift,\ Integer.swift,\ Quaternion.swift,\ Rational.swift,\ Real.swift,\ Z_2.swift,\ MPolynomial.swift,\ MultiplicativeSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Complex.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Integer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Quaternion.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Rational.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Real.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Z_2.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/MPolynomial.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/MultiplicativeSequence.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Complex.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Integer.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Quaternion.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Rational.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Real.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Numbers/Z_2.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/MPolynomial.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/MultiplicativeSequence.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PolynomialIdeal.swift,\ Polynominal.swift,\ PowerSeries.swift,\ SymmetricPolynomial.swift,\ AlgebraicStructure.swift,\ GroupStructure.swift,\ ModuleStructure.swift,\ SimpleModuleStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/PolynomialIdeal.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/Polynominal.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/PowerSeries.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/SymmetricPolynomial.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/AlgebraicStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/GroupStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/ModuleStructure.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/SimpleModuleStructure.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/PolynomialIdeal.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/Polynominal.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/PowerSeries.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Polynomial/SymmetricPolynomial.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/AlgebraicStructure.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/GroupStructure.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/ModuleStructure.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Structure/SimpleModuleStructure.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Matrix.swift,\ GeneralLinearGroup.swift,\ GeneralLinearLieAlgebra.swift,\ MatrixGroup.swift,\ MatrixLieAlgebra.swift,\ OrthogonalGroup.swift,\ OrthogonalLieAlgebra.swift,\ SymplecticGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Matrix.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/GeneralLinearGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/GeneralLinearLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/MatrixGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/MatrixLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/OrthogonalGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/OrthogonalLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/SymplecticGroup.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Matrix.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/GeneralLinearGroup.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/GeneralLinearLieAlgebra.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/MatrixGroup.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/MatrixLieAlgebra.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/OrthogonalGroup.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/OrthogonalLieAlgebra.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/SymplecticGroup.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SymplecticLieAlgebra.swift,\ UnitaryGroup.swift,\ UnitaryLieAlgebra.swift,\ SquareMatrix.swift,\ Vector.swift,\ CustomOperators.swift,\ Randomable.swift,\ TypeParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/SymplecticLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/UnitaryGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/UnitaryLieAlgebra.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/SquareMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/CustomOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/Randomable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/TypeParameters.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/SymplecticLieAlgebra.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/UnitaryGroup.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/MatrixGroup/UnitaryLieAlgebra.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/SquareMatrix.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Matrix/Vector.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/CustomOperators.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/Randomable.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Meta/TypeParameters.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AlternatingGroup.swift,\ SymmetricGroup.swift,\ Cache.swift,\ Expression.swift,\ Ref.swift,\ debug.swift,\ optable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/SymmetricGroup/AlternatingGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/SymmetricGroup/SymmetricGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Ref.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/optable.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ NormedSpace.swift,\ Representation.swift,\ Ring.swift,\ Set.swift,\ VectorSpace.swift,\ BernoulliNumbers.swift,\ IntList.swift,\ Permutation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/NormedSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Representation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Ring.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/Set.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Abstract/VectorSpace.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/BernoulliNumbers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/IntList.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Combinatorics/Permutation.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
SwiftCompile normal arm64 Compiling\ AlternatingGroup.swift,\ SymmetricGroup.swift,\ Cache.swift,\ Expression.swift,\ Ref.swift,\ debug.swift,\ optable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/SymmetricGroup/AlternatingGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/SymmetricGroup/SymmetricGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Expression.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/Ref.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyAlgebra/Util/optable.swift (in target 'SwiftyAlgebra' from project 'SwiftyAlgebra')
Building workspace spi-builder-workspace with scheme SwiftyAlgebra
(3 failures)
BUILD FAILURE 6.1 visionOS