src/HOL/Tools/res_atp.ML
changeset 20643 267f30cbe2cb
parent 20532 64181717e37c
child 20661 46832fee1215
equal deleted inserted replaced
20642:cfe2b0803a51 20643:267f30cbe2cb
   123 fun is_typed_hol () = 
   123 fun is_typed_hol () = 
   124     let val tp_level = hol_typ_level()
   124     let val tp_level = hol_typ_level()
   125     in
   125     in
   126 	not (tp_level = ResHolClause.T_NONE)
   126 	not (tp_level = ResHolClause.T_NONE)
   127     end;
   127     end;
   128 val include_combS = ResHolClause.include_combS;
       
   129 val include_min_comb = ResHolClause.include_min_comb;
       
   130 
   128 
   131 fun atp_input_file () =
   129 fun atp_input_file () =
   132     let val file = !problem_name 
   130     let val file = !problem_name 
   133     in
   131     in
   134 	if !destdir = "" then File.platform_path (File.tmp_path (Path.basic file))
   132 	if !destdir = "" then File.platform_path (File.tmp_path (Path.basic file))