package coq-core

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

Module Env.PathSource

This API is loosely inspired by Stdune.Path, for now we keep it minimal, but at some point we may extend it.

Sourcetype t

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.