package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

doc/coq-core.sysinit/Usage/index.html

Module 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.