Merge commit 'ocaml3102'
[ocaml.git] / typing / unused_var.mli
blobbe36fccadd40be06bc58b86679fb55169f1a69c4
1 (***********************************************************************)
2 (* *)
3 (* Objective Caml *)
4 (* *)
5 (* Damien Doligez, projet Cristal, INRIA Rocquencourt *)
6 (* *)
7 (* Copyright 2004 Institut National de Recherche en Informatique et *)
8 (* en Automatique. All rights reserved. This file is distributed *)
9 (* under the terms of the Q Public License version 1.0. *)
10 (* *)
11 (***********************************************************************)
13 (* $Id$ *)
15 val warn : Format.formatter -> Parsetree.structure -> Parsetree.structure;;
16 (* Warn on unused variables; return the second argument. *)