package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

doc/coq-core.boot/Boot/Path/index.html

Module Boot.PathSource

include module type of struct include Env.Path end

Paths are private, and owned by the functions below

Sourceval relative : t -> string -> t

relative path string build a path relative to an existing one

We should gradually add some more functions to handle common dirs here such the theories directories or share files. Abstracting it hereere does allow to use system-specific functionalities

Sourceval exists : t -> bool

exists file checks if file exists

Sourceval to_string : t -> string

String representation

OCaml

Innovation. Community. Security.