package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type cmt_item = {
  1. cmt_infos : Cmt_format.cmt_infos;
  2. mutable location_trie : exn;
}
include sig ... end
val read : string -> cmt_item
val flush : ?older_than:float -> unit -> unit
val clear : unit -> unit
val check : string -> bool
val get_cached_entry : string -> cmt_item