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 |
CASL.CompositionTable.CompositionTable
Description
composition tables
Documentation
Constructors
Table Table_Attrs Compositiontable Conversetable Reflectiontable Models |
Instances
data Table_Attrs Source #
Constructors
Table_Attrs | |
Fields
|
Instances
Eq Table_Attrs Source # | |
Defined in CASL.CompositionTable.CompositionTable | |
Show Table_Attrs Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Table_Attrs -> ShowS show :: Table_Attrs -> String showList :: [Table_Attrs] -> ShowS |
newtype Compositiontable Source #
Constructors
Compositiontable [Cmptabentry] |
Instances
Eq Compositiontable Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods (==) :: Compositiontable -> Compositiontable -> Bool (/=) :: Compositiontable -> Compositiontable -> Bool | |
Show Compositiontable Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Compositiontable -> ShowS show :: Compositiontable -> String showList :: [Compositiontable] -> ShowS |
data Conversetable Source #
Constructors
Conversetable [Contabentry] | |
Conversetable_Ternary | |
Fields
|
Instances
Eq Conversetable Source # | |
Defined in CASL.CompositionTable.CompositionTable | |
Show Conversetable Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Conversetable -> ShowS show :: Conversetable -> String showList :: [Conversetable] -> ShowS |
data Reflectiontable Source #
Constructors
Reflectiontable [Reftabentry] |
Instances
Eq Reflectiontable Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods (==) :: Reflectiontable -> Reflectiontable -> Bool (/=) :: Reflectiontable -> Reflectiontable -> Bool | |
Show Reflectiontable Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Reflectiontable -> ShowS show :: Reflectiontable -> String showList :: [Reflectiontable] -> ShowS |
data Cmptabentry Source #
Constructors
Cmptabentry Cmptabentry_Attrs [Baserel] |
Instances
Eq Cmptabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable | |
Show Cmptabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Cmptabentry -> ShowS show :: Cmptabentry -> String showList :: [Cmptabentry] -> ShowS |
data Cmptabentry_Attrs Source #
Constructors
Cmptabentry_Attrs | |
Fields |
Instances
Eq Cmptabentry_Attrs Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods (==) :: Cmptabentry_Attrs -> Cmptabentry_Attrs -> Bool (/=) :: Cmptabentry_Attrs -> Cmptabentry_Attrs -> Bool | |
Show Cmptabentry_Attrs Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Cmptabentry_Attrs -> ShowS show :: Cmptabentry_Attrs -> String showList :: [Cmptabentry_Attrs] -> ShowS |
data Contabentry Source #
Constructors
Contabentry | |
Fields |
Instances
Eq Contabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable | |
Show Contabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Contabentry -> ShowS show :: Contabentry -> String showList :: [Contabentry] -> ShowS |
data Contabentry_Ternary Source #
Constructors
Contabentry_Ternary | |
Instances
Eq Contabentry_Ternary Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods (==) :: Contabentry_Ternary -> Contabentry_Ternary -> Bool (/=) :: Contabentry_Ternary -> Contabentry_Ternary -> Bool | |
Show Contabentry_Ternary Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Contabentry_Ternary -> ShowS show :: Contabentry_Ternary -> String showList :: [Contabentry_Ternary] -> ShowS |
data Reftabentry Source #
Constructors
Reftabentry | |
Instances
Eq Reftabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable | |
Show Reftabentry Source # | |
Defined in CASL.CompositionTable.CompositionTable Methods showsPrec :: Int -> Reftabentry -> ShowS show :: Reftabentry -> String showList :: [Reftabentry] -> ShowS |
Constructors
Model | |
Fields
|