Merge commit 'ocaml3102'
[ocaml.git] / ocamlbuild / report.mli
blobf95fa7bf027d68ba43159ad59f74349a2907c4a7
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: Berke Durak *)
14 (* Report *)
16 val print_backtrace_analyze : Format.formatter -> Solver.backtrace -> unit
18 val print_backtrace : Format.formatter -> Solver.backtrace -> unit