Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Aug 29, 2024
1 parent c3431b3 commit 660b5a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Data/SBV/Tools/KnuckleDragger.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ theorem = lemmaGen "Theorem: "
-- | A class for doing equational reasoning style chained proofs. Use 'chainLemma' to prove a given theorem
-- as a sequence of equalities, each step following from the previous.
class ChainLemma steps step | steps -> step where

-- | Prove a property via a series of equality steps.
chainLemma :: QuantifiedBool a => String -> a -> steps -> [Proven] -> IO Proven

makeSteps :: steps -> [step]
makeInter :: steps -> step -> step -> SBool

Expand Down

0 comments on commit 660b5a2

Please sign in to comment.