Module of module types for OrderedType,ComparableType,Printable,Serializable,Discrete...
[ocaml.git] / bytecomp / simplif.mli
blob5e5217ff18d3811da8308f851d7e51213b37b639
1 (***********************************************************************)
2 (* *)
3 (* Objective Caml *)
4 (* *)
5 (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
6 (* *)
7 (* Copyright 1996 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 (* Elimination of useless Llet(Alias) bindings *)
17 open Lambda
19 val simplify_lambda: lambda -> lambda