Added "writeln_strs" to the signature
authormengj
Fri, 28 Oct 2005 02:29:01 +0200
changeset 18003 2aecb2d68c00
parent 18002 35ec4681d38f
child 18004 1883971957de
Added "writeln_strs" to the signature
src/HOL/Tools/res_atp.ML
--- a/src/HOL/Tools/res_atp.ML	Fri Oct 28 02:28:20 2005 +0200
+++ b/src/HOL/Tools/res_atp.ML	Fri Oct 28 02:29:01 2005 +0200
@@ -13,6 +13,7 @@
   val helper_path: string -> string -> string
   val problem_name: string ref
   val time_limit: int ref
+  val writeln_strs: TextIO.outstream -> TextIO.vector list -> unit
 end;
 
 structure ResAtp: RES_ATP =