Copyright | (c) Uni Bremen 2005 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | till@informatik.uni-bremen.de |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
composition tables
Documentation
data Table_Attrs Source #
Table_Attrs | |
|
Instances
Eq Table_Attrs Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Table_Attrs -> Table_Attrs -> Bool (/=) :: Table_Attrs -> Table_Attrs -> Bool | |
Show Table_Attrs Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Table_Attrs -> ShowS show :: Table_Attrs -> String showList :: [Table_Attrs] -> ShowS |
newtype Compositiontable Source #
Instances
Eq Compositiontable Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Compositiontable -> Compositiontable -> Bool (/=) :: Compositiontable -> Compositiontable -> Bool | |
Show Compositiontable Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Compositiontable -> ShowS show :: Compositiontable -> String showList :: [Compositiontable] -> ShowS |
data Conversetable Source #
Conversetable [Contabentry] | |
Conversetable_Ternary | |
|
Instances
Eq Conversetable Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Conversetable -> Conversetable -> Bool (/=) :: Conversetable -> Conversetable -> Bool | |
Show Conversetable Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Conversetable -> ShowS show :: Conversetable -> String showList :: [Conversetable] -> ShowS |
data Reflectiontable Source #
Instances
Eq Reflectiontable Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Reflectiontable -> Reflectiontable -> Bool (/=) :: Reflectiontable -> Reflectiontable -> Bool | |
Show Reflectiontable Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Reflectiontable -> ShowS show :: Reflectiontable -> String showList :: [Reflectiontable] -> ShowS |
Instances
data Cmptabentry Source #
Instances
Eq Cmptabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Cmptabentry -> Cmptabentry -> Bool (/=) :: Cmptabentry -> Cmptabentry -> Bool | |
Show Cmptabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Cmptabentry -> ShowS show :: Cmptabentry -> String showList :: [Cmptabentry] -> ShowS |
data Cmptabentry_Attrs Source #
Instances
Eq Cmptabentry_Attrs Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Cmptabentry_Attrs -> Cmptabentry_Attrs -> Bool (/=) :: Cmptabentry_Attrs -> Cmptabentry_Attrs -> Bool | |
Show Cmptabentry_Attrs Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Cmptabentry_Attrs -> ShowS show :: Cmptabentry_Attrs -> String showList :: [Cmptabentry_Attrs] -> ShowS |
data Contabentry Source #
Instances
Eq Contabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Contabentry -> Contabentry -> Bool (/=) :: Contabentry -> Contabentry -> Bool | |
Show Contabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Contabentry -> ShowS show :: Contabentry -> String showList :: [Contabentry] -> ShowS |
data Contabentry_Ternary Source #
Instances
Eq Contabentry_Ternary Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Contabentry_Ternary -> Contabentry_Ternary -> Bool (/=) :: Contabentry_Ternary -> Contabentry_Ternary -> Bool | |
Show Contabentry_Ternary Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Contabentry_Ternary -> ShowS show :: Contabentry_Ternary -> String showList :: [Contabentry_Ternary] -> ShowS |
data Reftabentry Source #
Instances
Eq Reftabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable (==) :: Reftabentry -> Reftabentry -> Bool (/=) :: Reftabentry -> Reftabentry -> Bool | |
Show Reftabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable showsPrec :: Int -> Reftabentry -> ShowS show :: Reftabentry -> String showList :: [Reftabentry] -> ShowS |
Model | |
|