package ocaml-base-compiler

  1. Overview
  2. Docs
type ele
val tables : Typedtree.structure_item list -> tab * tab_values
val search_module : tab -> string -> Typedtree.module_expr
val search_module_type : tab -> string -> Typedtree.module_type_declaration
val search_extension : tab -> string -> Typedtree.type_extension
val search_type_declaration : tab -> string -> Typedtree.type_declaration
val search_class_exp : tab -> string -> Typedtree.class_expr * Types.type_expr list
val search_class_type_declaration : tab -> string -> Typedtree.class_type_declaration
val search_value : tab_values -> string -> Typedtree.pattern * Typedtree.expression
val search_primitive : tab -> string -> Types.type_expr
val get_nth_inherit_class_expr : Typedtree.class_structure -> int -> Typedtree.class_expr
val search_attribute_type : Typedtree.class_structure -> string -> Types.type_expr
val search_method_expression : Typedtree.class_structure -> string -> Typedtree.expression