The logic-TPTP package
For information about the TPTP format, see http://www.cs.miami.edu/~tptp/.
Components:
Parser (parse)
Exporter (toTPTP)
Pretty-printer (pretty)
QuickCheck instances (generation of random formulae)
diff : Get a "formula" which represents the differences between two given formulae (equal subexpressions are truncated; so are the subexpressions of subexpressions whose heads already differ)
Tests passed:
For randomly generated formulae, parse . toTPTP == id
For all files in the TPTP (v 5.2.0) distribution's Problems subtree which don't match the regex "^(thf|tff)(", parse . toTPTP . parse == parse
Not yet implemented: The new thf and tff formula types.
Properties
| Versions | 0.1, 0.2.0, 0.2.0.1, 0.2.0.3, 0.2.0.4, 0.2.0.6, 0.2.0.7, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.4.0.0 |
|---|---|
| Dependencies | ansi-wl-pprint, array, base (4.*), containers, mtl, pointed, QuickCheck (≥2), syb |
| License | GPL |
| Author | Daniel Schüssler |
| Maintainer | Ahn, Ki Yung <kya@pdx.edu>, Daniel Schüssler <daniels@community.haskell.org> |
| Category | Codec, Math, Theorem Provers |
| Bug tracker | mailto:daniels@community.haskell.org,kya@pdx.edu |
| Source repository | darcs get http://patch-tag.com/r/kyagrd/logic-TPTP |
| Upload date | Mon Aug 27 19:18:58 UTC 2012 |
| Uploaded by | DanielSchuessler |
| Built on | ghc-7.4 |
Modules
Downloads
- logic-TPTP-0.4.0.0.tar.gz (Cabal source package)
- package description (included in the package)