jon.recoil.org

Module Merlin_index_format.Index_format

exception Not_an_index of string
val ext : string
val magic_number : string
module Lid : sig ... end
module Stats : Stdlib.Map.S with type key = Stdlib.String.t
module Union_find : sig ... end
type stat = {
  1. mtime : float;
  2. size : int;
  3. source_digest : string option;
}
val write : file:string -> Merlin_index_format.Index_format.index -> unit
val read_exn : file:string -> Merlin_index_format.Index_format.index