Skip to content

Commit

Permalink
Merge pull request #127 from coq-community/coq_18880
Browse files Browse the repository at this point in the history
Adapt to coq/coq#18880
  • Loading branch information
proux01 authored Apr 11, 2024
2 parents 17b7a31 + 7b7e3a0 commit 2a8e123
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 2a8e123

Please sign in to comment.