module Read_tptp:reads tptp filessig..end
See BNF for the complete tptp specification, implemented is version 3.1.1.27.
Only the CNF subset is supported.
Parameteric variables can not be represented in a tptp file.
typeclause =Term.clause
val to_clauses_from_string : string -> clause listto_clauses_from_file file_name reads the tptp file file_name
into a Term.clause list.Const.PARSE_ERROR on incorrect input.Const.FOF_INPUT on fof input.val to_clauses_from_file : string -> clause listto_clauses_from_file file_name reads the tptp file file_name
into a Term.clause list.Const.PARSE_ERROR on incorrect input.Const.FOF_INPUT on fof input.