Skip to content

Commit

Permalink
Primitive Projections in HSet.v
Browse files Browse the repository at this point in the history
  • Loading branch information
herbelin committed Feb 19, 2024
1 parent f5f42f9 commit 9685d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theories/νType/HSet.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ From Bonak Require Import Notation.
Set Primitive Projections.
Set Universe Polymorphism.

Set Primitive Projections.

Record HSet := {
Dom:> Type;
UIP {x y: Dom} {h g: x = y}: h = g;
Expand Down

0 comments on commit 9685d4a

Please sign in to comment.