Skip to content

Commit

Permalink
Adapt to coq/coq#18880
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Apr 11, 2024
1 parent 17b7a31 commit 7b7e3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varieties/empty.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Definition Laws (_: EqEntailment sig): Prop := False.

Definition theory: EquationalTheory := Build_EquationalTheory sig Laws.

Let carriers := False_rect _: sorts sig → Type.
#[local] Definition carriers := False_rect _: sorts sig → Type.

#[global]
Instance: `{Equiv (carriers a)}.
Expand Down

0 comments on commit 7b7e3a0

Please sign in to comment.