(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Pierre Chambart, OCamlPro *)
(* Mark Shinwell, Leo White and Fu Yong Quah, Jane Street Europe *)
(* *)
(* Copyright 2013--2017 OCamlPro SAS *)
(* Copyright 2014--2017 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. *)
(* *)
(**************************************************************************)
include Identifiable.S
val create : Closure_id.t -> t
val get_compilation_unit : t -> Compilation_unit.t
|