Safe Haskell | None |
---|
Orphan instances
(ShATermConvertible a, ShATermConvertible b, Ord a, Ord b) => ShATermConvertible (Relation a b) Source # | |
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]) |