package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.1.tar.gz
sha256=35cd03fc4193969b1cce01190340e5c129c1ba8f02242a9e6dff4b83be118759

doc/rocq-runtime.vernac/Ppvernac/index.html

Module PpvernacSource

This module implements pretty-printers for vernac_expr syntactic objects and their subcomponents.

Sourceval pr_set_entry_type : ('a -> Pp.t) -> 'a Extend.constr_entry_key_gen -> Pp.t
Sourceval pr_syntax_modifier : Vernacexpr.syntax_modifier CAst.t -> Pp.t

Prints a fixpoint body

Sourceval pr_onescheme : (Names.lident option * Vernacexpr.scheme) -> Pp.t

Prints a scheme

Sourceval pr_vernac_expr : Vernacexpr.vernac_expr -> Pp.t

Prints a vernac expression without dot

Prints a "proof using X" clause.

Prints a vernac expression and closes it with a dot.

Sourceval pr_vernac_attributes : Attributes.vernac_flag list -> Pp.t

Prints attributes, including surrounding "#" "", followed by space (empty on empty list)