package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

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

Module Boot.UsageSource

Prints the version number on the standard output.
Sourceval version : unit -> unit
Sourceval machine_readable_version : unit -> unit
extra arguments or options to print when asking usage for a given executable.
Sourcetype specific_usage = {
  1. executable_name : string;
  2. extra_args : string;
  3. extra_options : string;
}
Prints the generic part and specific part of usage for a given executable.
Sourceval print_usage : out_channel -> specific_usage -> unit
OCaml

Innovation. Community. Security.