Skip to content
Snippets Groups Projects
Commit 1a421790 authored by Ralf Jung's avatar Ralf Jung Committed by Robbert Krebbers
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 7baccddd
No related branches found
No related tags found
1 merge request!370Avoid universe bumps of `gset`/`mapset` (fixes #134)
Pipeline #63337 passed
...@@ -8,7 +8,7 @@ From stdpp Require Import options. ...@@ -8,7 +8,7 @@ From stdpp Require Import options.
locally (or things moved out of sections) as no default works well enough. *) locally (or things moved out of sections) as no default works well enough. *)
Unset Default Proof Using. Unset Default Proof Using.
(** Given a type of maps [M : Type → Type], we constructs sets as [M ()], i.e., (** Given a type of maps [M : Type → Type], we construct sets as [M ()], i.e.,
maps with unit values. To avoid unnecessary universe constraints, we first maps with unit values. To avoid unnecessary universe constraints, we first
define [mapset' Munit] with [Munit : Type] as a record, and then [mapset M] with define [mapset' Munit] with [Munit : Type] as a record, and then [mapset M] with
[M : Type → Type] as a notation. See [tests/universes.v] for a test case that [M : Type → Type] as a notation. See [tests/universes.v] for a test case that
......
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