package rocq-runtime

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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