1 (***********************************************************************)
5 (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
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. *)
11 (***********************************************************************)
15 (* Compile a .ml or .mli file *)
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