package coq-lsp

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

Module Workspace.CmdLineSource

Sourcetype t = {
  1. coqlib : string;
  2. findlib_config : string option;
  3. ocamlpath : string list;
  4. vo_load_path : Loadpath.vo_path list;
  5. args : string list;
  6. require_libraries : (string option * string) list;
    (*

    Library, From

    *)
}
OCaml

Innovation. Community. Security.