]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ocaml/ocaml/contrib/typing/unused_var.mli
Update
[l4.git] / l4 / pkg / ocaml / ocaml / contrib / typing / unused_var.mli
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 (***********************************************************************)
12
13 (* $Id: unused_var.mli 7307 2006-01-04 16:55:50Z doligez $ *)
14
15 val warn : Format.formatter -> Parsetree.structure -> Parsetree.structure;;
16 (* Warn on unused variables; return the second argument. *)