ocaml/bytecomp/translclass.mli

19 lines
857 B
OCaml

(***********************************************************************)
(* *)
(* Objective Caml *)
(* *)
(* Jerome Vouillon, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
(* $Id$ *)
open Typedtree
open Lambda
val class_stub : lambda
val transl_class : Ident.t -> class_def -> lambda;;