src/HOL/TPTP/TPTP_Parser/tptp_syntax.ML
changeset 47692 3d76c81b5ed2
parent 47569 fce9d97a3258
child 53385 7edd43d0c0ba
equal deleted inserted replaced
47691:d9adc3061116 47692:3d76c81b5ed2
   149   subdirectories. This is only used for testing the parser/interpreter against
   149   subdirectories. This is only used for testing the parser/interpreter against
   150   all THF problems.*)
   150   all THF problems.*)
   151   val get_file_list : Path.T -> Path.T list
   151   val get_file_list : Path.T -> Path.T list
   152 
   152 
   153   val string_of_tptp_term : tptp_term -> string
   153   val string_of_tptp_term : tptp_term -> string
       
   154   val string_of_interpreted_symbol : interpreted_symbol -> string
   154   val string_of_tptp_formula : tptp_formula -> string
   155   val string_of_tptp_formula : tptp_formula -> string
   155 
   156 
   156 end
   157 end
   157 
   158 
   158 
   159 
   418     | Greater => "$greater"
   419     | Greater => "$greater"
   419     | GreaterEq => "$greatereq"
   420     | GreaterEq => "$greatereq"
   420     | EvalEq => "$evaleq"
   421     | EvalEq => "$evaleq"
   421     | Is_Int => "$is_int"
   422     | Is_Int => "$is_int"
   422     | Is_Rat => "$is_rat"
   423     | Is_Rat => "$is_rat"
       
   424     | Distinct => "$distinct"
   423     | Apply => "@"
   425     | Apply => "@"
   424 
   426 
   425 and string_of_logic_symbol Equals = "="
   427 and string_of_logic_symbol Equals = "="
   426   | string_of_logic_symbol NEquals = "!="
   428   | string_of_logic_symbol NEquals = "!="
   427   | string_of_logic_symbol Or = "|"
   429   | string_of_logic_symbol Or = "|"