diff options
Diffstat (limited to 'src/algebra/exposed.lsp.pamphlet')
-rw-r--r-- | src/algebra/exposed.lsp.pamphlet | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/algebra/exposed.lsp.pamphlet b/src/algebra/exposed.lsp.pamphlet index c1ca17ae..5247a755 100644 --- a/src/algebra/exposed.lsp.pamphlet +++ b/src/algebra/exposed.lsp.pamphlet @@ -679,11 +679,13 @@ (|KeyedDictionary| . KDAGG) (|LazyStreamAggregate| . LZSTAGG) (|LeftAlgebra| . LALG) + (|LeftLinearSet| . LLINSET) (|LeftModule| . LMODULE) (|LieAlgebra| . LIECAT) (|LinearAggregate| . LNAGG) (|LinearlyExplicitRingOver| . LINEXP) (|LinearOrdinaryDifferentialOperatorCategory| . LODOCAT) + (|LinearSet| . LINSET) (|LiouvillianFunctionCategory| . LFCAT) (|ListAggregate| . LSAGG) (|Logic| . LOGIC) @@ -752,6 +754,7 @@ (|RetractableTo| . RETRACT) (|RGBColorModel| . RGBCMDL) (|RGBColorSpace| . RGBCSPC) + (|RightLinearSet| . RLINSET) (|RightModule| . RMODULE) (|Ring| . RING) (|Rng| . RNG) |