2016-02-18 07:11:59 -08:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* OCaml *)
|
|
|
|
(* *)
|
|
|
|
(* 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 GNU Lesser General Public License version 2.1, with the *)
|
|
|
|
(* special exception on linking described in the file LICENSE. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
1996-04-22 04:15:41 -07:00
|
|
|
|
2002-04-24 02:49:06 -07:00
|
|
|
let copy = CamlinternalOO.copy
|
2002-06-13 23:59:20 -07:00
|
|
|
external id : < .. > -> int = "%field1"
|
2004-05-26 04:10:52 -07:00
|
|
|
let new_method = CamlinternalOO.public_method_label
|
2002-06-26 02:12:49 -07:00
|
|
|
let public_method_label = CamlinternalOO.public_method_label
|