Skip to content
Snippets Groups Projects
Commit 93d78065 authored by Gregory Malecha's avatar Gregory Malecha
Browse files

Document the need for [Unset Universe Minimization ToSet].

parent b79d6540
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ From stdpp Require Import base tactics.
From stdpp Require Import options.
Local Set Universe Polymorphism.
(* Without this flag, Coq minimizes some universes to [Set] when they
should not be, e.g. in [texist_exist]. *)
Local Unset Universe Minimization ToSet.
(** Telescopes *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment