The ivor package
Ivor is a type theory based theorem prover, with a Haskell API, designed for easy extending and embedding of theorem proving technology in Haskell applications. It provides an implementation of the type theory and tactics for building terms, more or less along the lines of systems such as Coq or Agda, and taking much of its inspiration from Conor McBride's presentation of OLEG.
The API provides a collection of primitive tactics and combinators for building new tactics. It is therefore possible to build new tactics to suit specific applications. Ivor features a dependent type theory similar to Luo's ECC with definitions (and similar to that implemented in Epigram), with dependent pattern matching, and experimental multi-stage programming support. Optionally, it can be extended with heterogeneous equality, primitive types and operations, new parser rules, user defined tactics and (if you want your proofs to be untrustworthy) a fixpoint combinator.
Properties
| Versions | 0.1.5, 0.1.8, 0.1.9, 0.1.10, 0.1.10.1, 0.1.11, 0.1.12, 0.1.14, 0.1.14.1 |
|---|---|
| Dependencies | base, containers, directory, haskell98, mtl, parsec |
| License | BSD3 |
| Author | Edwin Brady |
| Maintainer | Edwin Brady <eb@dcs.st-and.ac.uk> |
| Stability | experimental |
| Category | Theorem provers, Dependent Types |
| Home page | http://www.dcs.st-and.ac.uk/~eb/Ivor/ |
| Upload date | Sun Apr 26 14:36:20 UTC 2009 |
| Uploaded by | EdwinBrady |
| Built on | ghc-6.10 |
| Build failure | ghc-6.12 (log) |
| Distributions | NixOS: 0.1.14.1 |
Modules
Downloads
- ivor-0.1.8.tar.gz (Cabal source package)
- package description (included in the package)