From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id XAA30837; Wed, 6 Nov 2002 23:49:46 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id XAA22366 for ; Wed, 6 Nov 2002 23:49:45 +0100 (MET) Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.59.159]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id gA6Mni521745 for ; Wed, 6 Nov 2002 23:49:44 +0100 (MET) Received: from there (tw304h3.cpmc.columbia.edu [156.111.84.180]) by apakabar.cc.columbia.edu (8.9.3/8.9.3) with SMTP id RAA07810 for ; Wed, 6 Nov 2002 17:49:42 -0500 (EST) Message-Id: <200211062249.RAA07810@apakabar.cc.columbia.edu> Content-Type: text/plain; charset="iso-8859-1" From: Oleg To: caml-list@inria.fr Subject: [Caml-list] Format question Date: Wed, 6 Nov 2002 17:49:41 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi Is it possible to define a printf that automatically flushes stdout? let my_printf x = Printf.printf x; flush stdout;; my_printf "%i" 3;; doesn't work (Incorrect number of arguments, as the type of my_printf is different from Printf.printf) Oleg ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners