logic-TPTP-0.1: Import, export and other utilities for TPTP, a syntax for first-order logicSource codeContentsIndex
Codec.TPTP.Export
Synopsis
toTPTP' :: forall a. ToTPTP a => a -> String
class ToTPTP a where
toTPTP :: a -> ShowS
isLowerWord :: [Char] -> Bool
Documentation
toTPTP' :: forall a. ToTPTP a => a -> StringSource
Convenient wrapper for toTPTP
class ToTPTP a whereSource
Methods
toTPTP :: a -> ShowSSource
Convert to TPTP
show/hide Instances
isLowerWord :: [Char] -> BoolSource
Produced by Haddock version 2.4.2