BasicProof
- class hets.BasicProof(hs_basic_proof: hs.HetsAPI.Python.PyBasicProof)[source]
Result of proving a theory.
- Warning:
This class should not be instantiated manually.
- Parameters:
hs_basic_proof – Haskell object of
HetsAPI.Internal.BasicProof
- details() ProofDetails | None[source]
Get the details of the proof if available.
Proof details are not available if the proof is guessed, conjectured, or handwritten.
- Returns:
Details of the proof