Module Ocaml_utils

module Build_path_prefix_map : sig ... end

Rewrite paths for reproducible builds

module Clflags : sig ... end
module Config : sig ... end
module Consistbl : sig ... end

Consistency tables: for checking consistency of module CRCs

module Diffing : sig ... end

Parametric diffing

module Diffing_with_keys : sig ... end

When diffing lists where each element has a distinct key, we can refine the diffing patch by introducing two composite edit moves: swaps and moves.

module Directory_content_cache : sig ... end
module Identifiable : sig ... end

Uniform interface for common data structures over various things.

module Int_replace_polymorphic_compare : sig ... end
module Language_extension_kernel : sig ... end

Language extensions provided by the Jane Street version of the OCaml compiler. These are the parts of Language_extension that are required by Profile_counters_functions. Forward declaring these allow us to avoid a mutual dependency between files in utils/ and parsing/. Such a dependency prevents Merlin from compiling.

module Lazy_backtrack : sig ... end
module Load_path : sig ... end

Management of include directories.

module Local_store : sig ... end

This module provides some facilities for creating references (and hash tables) which can easily be snapshoted and restored to an arbitrary version.

module Misc_stdlib : sig ... end
module Numbers : sig ... end

Modules about numbers, some of which satisfy Identifiable.S.

module Profile : sig ... end

Compiler performance recording

module Tbl : sig ... end
module Warnings : sig ... end

Warning definitions

module Zero_alloc_annotations : sig ... end
module Zero_alloc_utils : sig ... end