Module Workspace.Flags

type t = private {
  1. impredicative_set : bool;
  2. indices_matter : bool;
  3. type_in_type : bool;
  4. rewrite_rules : bool;
}