package merlin-lib

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

Source file index_cache.ml

1
2
3
4
5
include File_cache.Make (struct
  type t = Index_format.index
  let read file = Index_format.read_exn ~file
  let cache_name = "Index_cache"
end)
OCaml

Innovation. Community. Security.