Copyright | (c) Felix Springer 2019 |
---|---|
License | BSD3 |
Maintainer | felixspringer149@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe |
Language | Haskell2010 |
This module represents the classified simple and semisimple Lie Algebras.
Documentation
data SemiSimple Source #
Instances
Eq SemiSimple Source # | |
Defined in Lie.Classification (==) :: SemiSimple -> SemiSimple -> Bool # (/=) :: SemiSimple -> SemiSimple -> Bool # | |
Show SemiSimple Source # | |
Defined in Lie.Classification showsPrec :: Int -> SemiSimple -> ShowS # show :: SemiSimple -> String # showList :: [SemiSimple] -> ShowS # |