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. ocamlpath : string option;
  4. vo_load_path : Loadpath.vo_path list;
  5. ml_include_path : string list;
  6. args : string list;
  7. require_libraries : (string option * string) list;
    (*

    Library, From

    *)
}