package coq

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

Module Names.ModPathSource

Sourcetype t =
  1. | MPfile of DirPath.t
  2. | MPbound of MBId.t
  3. | MPdot of t * Label.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval is_bound : t -> bool
Sourceval initial : t

Name of the toplevel structure (= MPfile initial_dir)

Sourceval dp : t -> DirPath.t
Sourceval to_string : t -> string

Encode as a string (not to be used for user-facing messages).

Sourceval debug_to_string : t -> string

Same as to_string, but outputs extra information related to debug.

OCaml

Innovation. Community. Security.