Skip to content

Commit

Permalink
adapt to coq/coq#19872 (Inductive ": Type" means Type)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Nov 25, 2024
1 parent 40b6953 commit 433e912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grw.v
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@ Module LanguageImpl.
(@Mbind_Mret_r)
(@Mbind_comm).

Inductive const : Type :=
Inductive const : Set :=
| coin.
Definition const_eqb (c1 c2 : const) : bool :=
match c1, c2 with
Expand Down

0 comments on commit 433e912

Please sign in to comment.