package melange-compiler-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Melange_compiler_libs.TranslmodSource

Sourcetype id_or_ignore_loc =
  1. | Id of Ident.t
  2. | Ignore_loc of Lambda.scoped_location
Sourceval eval_rec_bindings : ((id_or_ignore_loc * (Lambda.lambda * Lambda.lambda) option * Lambda.lambda) list -> Lambda.lambda -> Lambda.lambda) ref
Sourceval transl_implementation : string -> (Typedtree.structure * Typedtree.module_coercion) -> Lambda.program
Sourceval transl_store_phrases : string -> Typedtree.structure -> int * Lambda.lambda
Sourceval transl_store_implementation : string -> (Typedtree.structure * Typedtree.module_coercion) -> Lambda.program
Sourceval transl_implementation_flambda : string -> (Typedtree.structure * Typedtree.module_coercion) -> Lambda.program
Sourceval transl_toplevel_definition : Typedtree.structure -> Lambda.lambda
Sourceval transl_package : Ident.t option list -> Ident.t -> Typedtree.module_coercion -> Lambda.lambda
Sourceval transl_store_package : Ident.t option list -> Ident.t -> Typedtree.module_coercion -> int * Lambda.lambda
Sourceval transl_package_flambda : Ident.t option list -> Typedtree.module_coercion -> int * Lambda.lambda
Sourceval toplevel_name : Ident.t -> string
Sourceval nat_toplevel_name : Ident.t -> Ident.t * int
Sourceval primitive_declarations : Primitive.description list ref
Sourcetype unsafe_component =
  1. | Unsafe_module_binding
  2. | Unsafe_functor
  3. | Unsafe_non_function
  4. | Unsafe_typext
Sourcetype unsafe_info =
  1. | Unsafe of {
    1. reason : unsafe_component;
    2. loc : Location.t;
    3. subid : Ident.t;
    }
  2. | Unnamed
Sourcetype error =
  1. | Circular_dependency of (Ident.t * unsafe_info) list
  2. | Conflicting_inline_attributes
Sourceexception Error of Location.t * error
Sourceval report_error : Location.t -> error -> Location.error
Sourceval reset : unit -> unit
Sourceval get_export_identifiers : unit -> Ident.t list

make it an array for better performance

OCaml

Innovation. Community. Security.