I am writing an LADR format parser and have been using the input files in the downloadable documentation bundle http://www.cs.unm.edu/~mccune/prover9/manual/prover9-manual-2009-02A.tar.gz as test cases.
In doing so, I came across this construct:
- Input: Select all
list(distinct)
% ...
The only mention of this I could find anywhere is at http://forums.prover9.org/viewtopic.php?f=9&t=9&p=19 (look for the October 21, 2008 entry).
This construct is not documented anywhere that I can find by searching the PDF file "finalbook.pdf" contained in the documentation bundle.
Randall Schulz