forked from ocaml/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcompmisc.mli
14 lines (13 loc) · 891 Bytes
/
compmisc.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(***********************************************************************)
(* *)
(* OCaml *)
(* *)
(* Fabrice Le Fessant, EPI Gallium, INRIA Paris-Rocquencourt *)
(* *)
(* Copyright 2013 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed *)
(* under the terms of the Q Public License version 1.0. *)
(* *)
(***********************************************************************)
val init_path : ?dir:string -> bool -> unit
val initial_env : unit -> Env.t