Copyright | (c) DFKI GmbH 2012 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | non-portable(derive Typeable instances) |
Safe Haskell | None |
NeSyPatterns.ATC_NeSyPatterns
Contents
Description
Automatic derivation of instances via DrIFT-rule ShATermConvertible, Json
for the type(s):
Node
BASIC_SPEC
BASIC_ITEM
SYMB
SYMB_ITEMS
SYMB_MAP_ITEMS
SYMB_OR_MAP
Symbol
ResolvedNode
Sign
Morphism
Orphan instances
Generic SYMB_OR_MAP Source # | |
Associated Types type Rep SYMB_OR_MAP :: Type -> Type | |
Generic SYMB_MAP_ITEMS Source # | |
Associated Types type Rep SYMB_MAP_ITEMS :: Type -> Type | |
Generic SYMB_ITEMS Source # | |
Associated Types type Rep SYMB_ITEMS :: Type -> Type | |
Generic SYMB Source # | |
Generic BASIC_ITEM Source # | |
Associated Types type Rep BASIC_ITEM :: Type -> Type | |
Generic BASIC_SPEC Source # | |
Associated Types type Rep BASIC_SPEC :: Type -> Type | |
Generic Node Source # | |
Generic Sign Source # | |
Generic ResolvedNode Source # | |
Associated Types type Rep ResolvedNode :: Type -> Type | |
Generic Morphism Source # | |
Generic Symbol Source # | |
FromJSON SYMB_OR_MAP Source # | |
FromJSON SYMB_MAP_ITEMS Source # | |
FromJSON SYMB_ITEMS Source # | |
FromJSON SYMB Source # | |
FromJSON BASIC_ITEM Source # | |
FromJSON BASIC_SPEC Source # | |
FromJSON Node Source # | |
FromJSON Sign Source # | |
FromJSON ResolvedNode Source # | |
FromJSON Morphism Source # | |
FromJSON Symbol Source # | |
ToJSON SYMB_OR_MAP Source # | |
Methods toJSON :: SYMB_OR_MAP -> Value toEncoding :: SYMB_OR_MAP -> Encoding toJSONList :: [SYMB_OR_MAP] -> Value toEncodingList :: [SYMB_OR_MAP] -> Encoding | |
ToJSON SYMB_MAP_ITEMS Source # | |
Methods toJSON :: SYMB_MAP_ITEMS -> Value toEncoding :: SYMB_MAP_ITEMS -> Encoding toJSONList :: [SYMB_MAP_ITEMS] -> Value toEncodingList :: [SYMB_MAP_ITEMS] -> Encoding | |
ToJSON SYMB_ITEMS Source # | |
Methods toJSON :: SYMB_ITEMS -> Value toEncoding :: SYMB_ITEMS -> Encoding toJSONList :: [SYMB_ITEMS] -> Value toEncodingList :: [SYMB_ITEMS] -> Encoding | |
ToJSON SYMB Source # | |
Methods toEncoding :: SYMB -> Encoding toJSONList :: [SYMB] -> Value toEncodingList :: [SYMB] -> Encoding | |
ToJSON BASIC_ITEM Source # | |
Methods toJSON :: BASIC_ITEM -> Value toEncoding :: BASIC_ITEM -> Encoding toJSONList :: [BASIC_ITEM] -> Value toEncodingList :: [BASIC_ITEM] -> Encoding | |
ToJSON BASIC_SPEC Source # | |
Methods toJSON :: BASIC_SPEC -> Value toEncoding :: BASIC_SPEC -> Encoding toJSONList :: [BASIC_SPEC] -> Value toEncodingList :: [BASIC_SPEC] -> Encoding | |
ToJSON Node Source # | |
Methods toEncoding :: Node -> Encoding toJSONList :: [Node] -> Value toEncodingList :: [Node] -> Encoding | |
ToJSON Sign Source # | |
Methods toEncoding :: Sign -> Encoding toJSONList :: [Sign] -> Value toEncodingList :: [Sign] -> Encoding | |
ToJSON ResolvedNode Source # | |
Methods toJSON :: ResolvedNode -> Value toEncoding :: ResolvedNode -> Encoding toJSONList :: [ResolvedNode] -> Value toEncodingList :: [ResolvedNode] -> Encoding | |
ToJSON Morphism Source # | |
Methods toEncoding :: Morphism -> Encoding toJSONList :: [Morphism] -> Value toEncodingList :: [Morphism] -> Encoding | |
ToJSON Symbol Source # | |
Methods toEncoding :: Symbol -> Encoding toJSONList :: [Symbol] -> Value toEncodingList :: [Symbol] -> Encoding | |
ShATermConvertible SYMB_OR_MAP Source # | |
Methods toShATermAux :: ATermTable -> SYMB_OR_MAP -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [SYMB_OR_MAP] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, SYMB_OR_MAP) fromShATermList' :: Int -> ATermTable -> (ATermTable, [SYMB_OR_MAP]) | |
ShATermConvertible SYMB_MAP_ITEMS Source # | |
Methods toShATermAux :: ATermTable -> SYMB_MAP_ITEMS -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [SYMB_MAP_ITEMS] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, SYMB_MAP_ITEMS) fromShATermList' :: Int -> ATermTable -> (ATermTable, [SYMB_MAP_ITEMS]) | |
ShATermConvertible SYMB_ITEMS Source # | |
Methods toShATermAux :: ATermTable -> SYMB_ITEMS -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [SYMB_ITEMS] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, SYMB_ITEMS) fromShATermList' :: Int -> ATermTable -> (ATermTable, [SYMB_ITEMS]) | |
ShATermConvertible SYMB Source # | |
Methods toShATermAux :: ATermTable -> SYMB -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [SYMB] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, SYMB) fromShATermList' :: Int -> ATermTable -> (ATermTable, [SYMB]) | |
ShATermConvertible BASIC_ITEM Source # | |
Methods toShATermAux :: ATermTable -> BASIC_ITEM -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [BASIC_ITEM] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, BASIC_ITEM) fromShATermList' :: Int -> ATermTable -> (ATermTable, [BASIC_ITEM]) | |
ShATermConvertible BASIC_SPEC Source # | |
Methods toShATermAux :: ATermTable -> BASIC_SPEC -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [BASIC_SPEC] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, BASIC_SPEC) fromShATermList' :: Int -> ATermTable -> (ATermTable, [BASIC_SPEC]) | |
ShATermConvertible Node Source # | |
Methods toShATermAux :: ATermTable -> Node -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [Node] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, Node) fromShATermList' :: Int -> ATermTable -> (ATermTable, [Node]) | |
ShATermConvertible Sign Source # | |
Methods toShATermAux :: ATermTable -> Sign -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [Sign] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, Sign) fromShATermList' :: Int -> ATermTable -> (ATermTable, [Sign]) | |
ShATermConvertible ResolvedNode Source # | |
Methods toShATermAux :: ATermTable -> ResolvedNode -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [ResolvedNode] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, ResolvedNode) fromShATermList' :: Int -> ATermTable -> (ATermTable, [ResolvedNode]) | |
ShATermConvertible Morphism Source # | |
Methods toShATermAux :: ATermTable -> Morphism -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [Morphism] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, Morphism) fromShATermList' :: Int -> ATermTable -> (ATermTable, [Morphism]) | |
ShATermConvertible Symbol Source # | |
Methods toShATermAux :: ATermTable -> Symbol -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [Symbol] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, Symbol) fromShATermList' :: Int -> ATermTable -> (ATermTable, [Symbol]) |