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 |
Automatic derivation of instances via DrIFT-rule ShATermConvertible, Json
for the type(s):
ProofTree
Orphan instances
Generic ProofTree Source # | |
FromJSON ProofTree Source # | |
parseJSON :: Value -> Parser ProofTree parseJSONList :: Value -> Parser [ProofTree] | |
ToJSON ProofTree Source # | |
toEncoding :: ProofTree -> Encoding toJSONList :: [ProofTree] -> Value toEncodingList :: [ProofTree] -> Encoding | |
ShATermConvertible ProofTree Source # | |
toShATermAux :: ATermTable -> ProofTree -> IO (ATermTable, Int) toShATermList' :: ATermTable -> [ProofTree] -> IO (ATermTable, Int) fromShATermAux :: Int -> ATermTable -> (ATermTable, ProofTree) fromShATermList' :: Int -> ATermTable -> (ATermTable, [ProofTree]) |