package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.1.tar.gz
sha256=513e953b7183d478acb75fd6e80e4dc32ac1a918cf4343ac31a859cfb4e9aad2

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.