Melange_compiler_libs.Translmodval eval_rec_bindings : 
  ((id_or_ignore_loc * (Lambda.lambda * Lambda.lambda) option * Lambda.lambda)
     list ->
    Lambda.lambda ->
    Lambda.lambda)
    Stdlib.refval transl_implementation : 
  string ->
  (Typedtree.structure * Typedtree.module_coercion) ->
  Lambda.programval transl_store_phrases : string -> Typedtree.structure -> int * Lambda.lambdaval transl_store_implementation : 
  string ->
  (Typedtree.structure * Typedtree.module_coercion) ->
  Lambda.programval transl_implementation_flambda : 
  string ->
  (Typedtree.structure * Typedtree.module_coercion) ->
  Lambda.programval transl_toplevel_definition : Typedtree.structure -> Lambda.lambdaval transl_package : 
  Ident.t option list ->
  Ident.t ->
  Typedtree.module_coercion ->
  Lambda.lambdaval transl_store_package : 
  Ident.t option list ->
  Ident.t ->
  Typedtree.module_coercion ->
  int * Lambda.lambdaval transl_package_flambda : 
  Ident.t option list ->
  Typedtree.module_coercion ->
  int * Lambda.lambdaval primitive_declarations : Primitive.description list Stdlib.reftype unsafe_info = | Unsafe of {reason : unsafe_component;loc : Location.t;subid : Ident.t;}| Unnamedexception Error of Location.t * errorval report_error : Location.t -> error -> Location.error