Module Translclass

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