Skip to content
Snippets Groups Projects
Commit 38d04e99 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Add tests for universe bumping of `gset`.

parent c361b651
No related branches found
No related tags found
No related merge requests found
gmap Z Z : Set
: Set
gset Z : Set
: Set
From stdpp Require Import gmap.
(** Make sure that [gmap] and [gset] do not bump the universe. Since [Z : Set],
the types [gmap Z Z] and [gset Z] should have universe [Set] too. *)
Check (gmap Z Z : Set).
Check (gset Z : Set).
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