package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20

doc/rocq-runtime.pretyping/PrintingFlags/Detype/index.html

Module PrintingFlags.DetypeSource

Sourcetype t = {
  1. universes : bool;
    (*

    Should we print hidden sort quality variables?

    *)
  2. qualities : bool;
  3. relevances : bool;
    (*

    If true, prints full local context of evars

    *)
  4. evar_instances : bool;
  5. wildcard : bool;
  6. fast_names : bool;
  7. synth_match_return : bool;
  8. matching : bool;
  9. primproj_params : bool;
  10. unfolded_primproj_as_match : bool;
  11. match_paramunivs : bool;
  12. always_regular_match_style : bool;
  13. nonpropositional_letin_types : bool;
}
Sourceval make_raw : t -> t
Sourceval current : unit -> t
Sourceval current_ignore_raw : unit -> t