Merge commit 'ocaml3102'
[ocaml.git] / ocamlbuild / discard_printf.mli
blob363e33d7732302d958773d90860e283133f055fe
1 (***********************************************************************)
2 (* ocamlbuild *)
3 (* *)
4 (* Nicolas Pouillard, Berke Durak, projet Gallium, INRIA Rocquencourt *)
5 (* *)
6 (* Copyright 2007 Institut National de Recherche en Informatique et *)
7 (* en Automatique. All rights reserved. This file is distributed *)
8 (* under the terms of the Q Public License version 1.0. *)
9 (* *)
10 (***********************************************************************)
12 (* $Id$ *)
13 (* Original author: Nicolas Pouillard *)
14 (* Discard_printf *)
16 (** This module compiled with [-rectypes] allows one to write functions
17 taking formatters as arguments. *)
18 open Format
19 val discard_printf: ('a, formatter, unit) format -> 'a