qed: Simple prover

[ bsd3, library, theorem-provers ] [ Propose Tags ]

A prototype proof system.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0
Change log CHANGES.txt
Dependencies base (>=4 && <5), deepseq, directory, exceptions, extra, filepath, haskell-src-exts, transformers, uniplate [details]
License BSD-3-Clause
Copyright Neil Mitchell 2015
Author Neil Mitchell <ndmitchell@gmail.com>
Maintainer Neil Mitchell <ndmitchell@gmail.com>
Category Theorem Provers
Home page https://github.com/ndmitchell/qed#readme
Bug tracker https://github.com/ndmitchell/qed/issues
Source repo head: git clone https://github.com/ndmitchell/qed.git
Uploaded by NeilMitchell at 2015-11-03T22:18:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 855 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for qed-0.0

[back to package description]

QED Prover Hackage version Build Status

Experiments writing a proof system, particularly designed to prove properties about Haskell code, such as the HLint rewrite rules.

Tom Ellis described the approach as "coinduction on the execution".