package ocaml-base-compiler

  1. Overview
  2. Docs
val transl_class : Ident.t list -> Ident.t -> string list -> Typedtree.class_expr -> Asttypes.virtual_flag -> Lambda.lambda
type error =
  1. | Tags of string * string
exception Error of Location.t * error
val report_error : Format.formatter -> error -> unit