-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathsymbol_utils.mli
23 lines (21 loc) · 1.33 KB
/
symbol_utils.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Pierre Chambart, OCamlPro *)
(* Mark Shinwell and Leo White, Jane Street Europe *)
(* *)
(* Copyright 2013--2016 OCamlPro SAS *)
(* Copyright 2014--2021 Jane Street Group LLC *)
(* *)
(* All rights reserved. This file is distributed under the terms of *)
(* the GNU Lesser General Public License version 2.1, with the *)
(* special exception on linking described in the file LICENSE. *)
(* *)
(**************************************************************************)
[@@@ocaml.warning "+a-30-40-41-42"]
module Flambda : sig
val for_variable : Variable.t -> Symbol.t
val for_closure : Closure_id.t -> Symbol.t
val for_code_of_closure : Closure_id.t -> Symbol.t
end