package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. coqlib : string;
  2. coqcorelib : string;
  3. findlib_config : string option;
  4. ocamlpath : string list;
  5. vo_load_path : Loadpath.vo_path list;
  6. ml_include_path : string list;
  7. args : string list;
  8. require_libraries : (string option * string) list;
    (*

    Library, From

    *)
}
OCaml

Innovation. Community. Security.