Copyright | (c) Tom Kranz 2022 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | |
Stability | experimental |
Portability | non-portable (imports TIP.AbsTIP) |
Safe Haskell | None |
These functions should be of use for any prover interfacing via the TIP format.
Documentation
TIPQuirk | |
|
mkTheoryFileName :: String -> Decl -> String Source #
prepareProverInput :: Start -> GenericConfig ProofTree -> Bool -> String -> Decl -> TIPQuirks -> String -> IO (String, IntMap Int) Source #