21 lines
979 B
OCaml
21 lines
979 B
OCaml
(***********************************************************************)
|
|
(* *)
|
|
(* Objective Caml *)
|
|
(* *)
|
|
(* Jerome Vouillon, projet Cristal, INRIA Rocquencourt *)
|
|
(* *)
|
|
(* Copyright 1996 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. *)
|
|
(* *)
|
|
(***********************************************************************)
|
|
|
|
(* $Id$ *)
|
|
|
|
val oo_prim: string -> Lambda.lambda
|
|
|
|
val meth: string -> Ident.t
|
|
|
|
val reset_labels: unit -> unit
|
|
val transl_label_init: Lambda.lambda -> Lambda.lambda
|