Hets - the Heterogeneous Tool Set
Safe HaskellNone

NeSyPatterns.ATC_Relation

Orphan instances

(ShATermConvertible a, ShATermConvertible b, Ord a, Ord b) => ShATermConvertible (Relation a b) Source # 
Instance details

Methods

toShATermAux :: ATermTable -> Relation a b -> IO (ATermTable, Int)

toShATermList' :: ATermTable -> [Relation a b] -> IO (ATermTable, Int)

fromShATermAux :: Int -> ATermTable -> (ATermTable, Relation a b)

fromShATermList' :: Int -> ATermTable -> (ATermTable, [Relation a b])