Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Proof is just the unit type
Proof Construction
Equational Reasoning
(==.) :: a -> a -> a infixl 3 Source #
Equational Reasoning -----------------------------------------------------
Using Proofs
withTheorem :: a -> Proof -> a Source #
Using Proofs -------------------------------------------------------------