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