logic-TPTP: Import, export etc. for TPTP, a syntax for first-order logic
For information about the TPTP format, see https://www.tptp.org/.
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.
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
buildtestprograms | build test programs | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- logic-TPTP-0.6.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.4.4.0, 0.4.5.0, 0.4.6.0, 0.4.7.0, 0.5.0.0, 0.5.1.0, 0.6.0.0 |
---|---|
Change log | changelog.markdown |
Dependencies | array, base (>=4.8.0.0 && <5), bytestring, containers, logic-TPTP, mtl, optparse-applicative (>=0.11 && <0.19), pcre-light, pointed, prettyprinter (>=1.2.1.1 && <1.8), prettyprinter-ansi-terminal (>=1.0 && <1.2), process, QuickCheck (>=2), semigroups, syb, text, transformers (>=0.5) [details] |
Tested with | ghc ==9.8.2, ghc ==9.6.6, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5 |
License | LicenseRef-GPL |
Author | Daniel Schüssler |
Maintainer | Ahn, Ki Yung <kya@pdx.edu>, Daniel Schüssler <daniels@community.haskell.org>, Masahiro Sakai <masahiro.sakai@gmail.com> |
Category | Codec, Math, Theorem Provers |
Bug tracker | http://github.com/DanielSchuessler/logic-TPTP/issues |
Source repo | head: git clone http://github.com/DanielSchuessler/logic-TPTP.git |
Uploaded | by MasahiroSakai at 2024-11-09T06:29:18Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | ParseRandom, PrettyPrintFile, TestImportExportImportFile |
Downloads | 14868 total (70 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-11-09 [all 1 reports] |