Module Melange_compiler_libs.Translclass

val transl_class : scopes:Debuginfo.Scoped_location.scopes -> 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 : Stdlib.Format.formatter -> error -> unit