module Path : sig ... endtype tCoq runtime enviroment, including location of Coq's stdlib
val init : unit -> tinit () will initialize the Coq environment.
val stdlib : t -> Path.tstdlib directory
val plugins : t -> Path.tplugins directory
val user_contrib : t -> Path.tuser contrib directory
val tool : t -> string -> Path.ttool-specific directory
val native_cmi : t -> string -> Path.t.cmi files needed for native compilation
val revision : t -> Path.tThe location of the revision file
val corelib : t -> Path.tcoq-core/lib directory, not sure if to keep this
val coqlib : t -> Path.tcoq/lib directory, not sure if to keep this
val set_coqlib : string -> unitInternal, should be set automatically by passing cmdline args to init; note that this will set both coqlib and corelib for now.