Module of module types for OrderedType,ComparableType,Printable,Serializable,Discrete...
[ocaml.git] / driver / compile.mli
blob507d61bbd77b75cac39c952f7b633dd7ce046659
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 (* Compile a .ml or .mli file *)
17 open Format
19 val interface: formatter -> string -> string -> unit
20 val implementation: formatter -> string -> string -> unit
21 val c_file: string -> unit
23 val initial_env: unit -> Env.t
24 val init_path: unit -> unit