Skip to content

Commit

Permalink
[nit] [coq] Some .mli documentation from ongoing PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Apr 29, 2024
1 parent 2b1e369 commit a4f7eac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion coq/workspace.mli
Expand Up @@ -45,9 +45,13 @@ type t = private
; coqcorelib : string
; ocamlpath : string option
; vo_load_path : Loadpath.vo_path list
(** List of -R / -Q flags passed to Coq, usually theories we depend on *)
; ml_include_path : string list
(** List of paths to look for Coq plugins, deprecated in favor of
findlib *)
; require_libs : Require.t list
; flags : Flags.t
(** Modules to preload, usually Coq.Init.Prelude *)
; flags : Flags.t (** Coq-specific flags *)
; warnings : Warning.t list
; kind : string (** How the workspace was built *)
; debug : bool (** Enable backtraces *)
Expand Down

0 comments on commit a4f7eac

Please sign in to comment.