refinery: Toolkit for building proof automation systems

[ bsd3, language, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/githubuser/refinery#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), exceptions (>=0.10), logict (>=0.6), mmorph (>=1), mtl (>=2) [details]
License BSD-3-Clause
Copyright 2019 Reed Mullanix
Author Reed Mullanix
Maintainer reedmullanix@gmail.com
Category Language
Home page https://github.com/totbwf/refinery#readme
Bug tracker https://github.com/totbwf/refinery/issues
Source repo head: git clone https://github.com/totbwf/refinery
Uploaded by ReedMullanix at 2020-10-16T00:41:48Z
Distributions Arch:0.4.0.0
Reverse Dependencies 2 direct, 3 indirect [details]
Downloads 6520 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-10-16 [all 1 reports]

Readme for refinery-0.3.0.0

[back to package description]

refinery

refinery is a toolkit for building proof refinement/proof automation systems, based roughly on the Algebraic Foundations of Proof Refinement.

Overview

The main datatype of the library is TacticT goal extract m a, which is a monad transformer that behaves as a tactic. When creating your domain-specific tactics, you should use RuleT and rule to implement them.