| 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 |
Fpl.ATC_Fpl
Contents
Description
Orphan instances
| Generic TermExt Source # | |
| Generic FunDef Source # | |
| Generic FplOpItem Source # | |
| Generic FplSortItem Source # | |
Associated Types type Rep FplSortItem :: Type -> Type | |
| Generic FplExt Source # | |
| Generic SignExt Source # | |
| FromJSON TermExt Source # | |
| FromJSON FunDef Source # | |
| FromJSON FplOpItem Source # | |
| FromJSON FplSortItem Source # | |
| FromJSON FplExt Source # | |
| FromJSON SignExt Source # | |
| ToJSON TermExt Source # | |
Methods toEncoding :: TermExt -> Encoding toJSONList :: [TermExt] -> Value toEncodingList :: [TermExt] -> Encoding | |
| ToJSON FunDef Source # | |
Methods toEncoding :: FunDef -> Encoding toJSONList :: [FunDef] -> Value toEncodingList :: [FunDef] -> Encoding | |
| ToJSON FplOpItem Source # | |
Methods toEncoding :: FplOpItem -> Encoding toJSONList :: [FplOpItem] -> Value toEncodingList :: [FplOpItem] -> Encoding | |
| ToJSON FplSortItem Source # | |
Methods toJSON :: FplSortItem -> Value toEncoding :: FplSortItem -> Encoding toJSONList :: [FplSortItem] -> Value toEncodingList :: [FplSortItem] -> Encoding | |
| ToJSON FplExt Source # | |
Methods toEncoding :: FplExt -> Encoding toJSONList :: [FplExt] -> Value toEncodingList :: [FplExt] -> Encoding | |
| ToJSON SignExt Source # | |
Methods toEncoding :: SignExt -> Encoding toJSONList :: [SignExt] -> Value toEncodingList :: [SignExt] -> Encoding | |
| ShATermConvertible TermExt Source # | |
Methods toShATermAux :: ATermTable -> TermExt -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [TermExt] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, TermExt) fromShATermList' :: Int -> ATermTable -> (ATermTable, [TermExt]) | |
| ShATermConvertible FunDef Source # | |
Methods toShATermAux :: ATermTable -> FunDef -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [FunDef] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, FunDef) fromShATermList' :: Int -> ATermTable -> (ATermTable, [FunDef]) | |
| ShATermConvertible FplOpItem Source # | |
Methods toShATermAux :: ATermTable -> FplOpItem -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [FplOpItem] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, FplOpItem) fromShATermList' :: Int -> ATermTable -> (ATermTable, [FplOpItem]) | |
| ShATermConvertible FplSortItem Source # | |
Methods toShATermAux :: ATermTable -> FplSortItem -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [FplSortItem] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, FplSortItem) fromShATermList' :: Int -> ATermTable -> (ATermTable, [FplSortItem]) | |
| ShATermConvertible FplExt Source # | |
Methods toShATermAux :: ATermTable -> FplExt -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [FplExt] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, FplExt) fromShATermList' :: Int -> ATermTable -> (ATermTable, [FplExt]) | |
| ShATermConvertible SignExt Source # | |
Methods toShATermAux :: ATermTable -> SignExt -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [SignExt] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, SignExt) fromShATermList' :: Int -> ATermTable -> (ATermTable, [SignExt]) | |