nick8325/twee

(now moved to Codeberg) An equational theorem prover based on Knuth-Bendix completion

Haskell

61

1,351 commits

updated Jul 14, 2026

See the code

README

This repository has moved to https://codeberg.org/nick8325/twee!

This is twee, an equational theorem prover.

The version in this git repository is likely to be unstable! To install the latest stable version, run:

cabal install twee

If you have LLVM installed, you can get a slightly faster version by running:

cabal install twee -fllvm

If you really want the latest unstable version, run cabal install src/ . in this repository.

Afterwards, run twee nameofproblem.p. The problem should be in TPTP format (http://www.tptp.org). You can find a few examples in the examples directory. All axioms and conjectures must be equations, but you can freely use quantifiers. If it succeeds in proving your problem, twee will print a human-readable proof.

For the official manual, see http://nick8325.github.io/twee.

Contributors

nick8325

1,345 commits

jsynacek

2 commits

Rewbert

2 commits

shlevy

1 commits

nick8325/twee

(now moved to Codeberg) An equational theorem prover based on Knuth-Bendix completion

Haskell

61

1,351 commits

updated Jul 14, 2026

See the code

README

This repository has moved to https://codeberg.org/nick8325/twee!

This is twee, an equational theorem prover.

The version in this git repository is likely to be unstable! To install the latest stable version, run:

cabal install twee

If you have LLVM installed, you can get a slightly faster version by running:

cabal install twee -fllvm

If you really want the latest unstable version, run cabal install src/ . in this repository.

Afterwards, run twee nameofproblem.p. The problem should be in TPTP format (http://www.tptp.org). You can find a few examples in the examples directory. All axioms and conjectures must be equations, but you can freely use quantifiers. If it succeeds in proving your problem, twee will print a human-readable proof.

For the official manual, see http://nick8325.github.io/twee.

Contributors

nick8325

1,345 commits

jsynacek

2 commits

Rewbert

2 commits

shlevy

1 commits

Languages

Haskell

73.7%

Prolog

24.6%