updated TPTP parser to conform to version 5.4.0;
clarified abstract syntax for 'let' in TPTP_Syntax (and in the parser);
improved parsing of 'let' (in TFF) -- previously it wasn't looking at the structure of the definition;
fixed bug when parsing 'let' (in TFF and THF) -- was only keeping the first quantified variable, and ignoring the rest;
added comments to remind that 'let' support for THF is currently broken in TPTP;
included axiom formulas (removing a FIXME) in the imported problem;
turned tests into asserts;
changed problem to one which actually succeeds using z3;