nick8325 / equinox

Paradox model finder and equinox theorem prover for first-order logic.
MIT License
19 stars 4 forks source link

Equinox generates <<loops>> when using any command-line option #12

Closed asr closed 7 years ago

asr commented 7 years ago

For example, given the file refl.fof:

fof(refl, conjecture, ! [X] : X = X).

Even the --help option fails:

$ equinox --help
Equinox, version 6.0.1alpha, 2011-12-07, pre-release.
Usage: equinox <option>* <file>*

<file> should be in TPTP format.

<option> can be any of the following:

equinox: <<loop>>

Tested with GHC 7.10.3 and 8.0.1.

CCing @jonaprieto

nick8325 commented 7 years ago

I had actually fixed this locally and forgotten to push it!

asr commented 7 years ago

Thanks!