Skip to content

Commit

Permalink
Modify Bool/BoolEq.v to compile with -mangle-names
Browse files Browse the repository at this point in the history
  • Loading branch information
jashug committed Dec 16, 2020
1 parent 0f8d574 commit 4c4fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Bool/BoolEq.v
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Section Bool_eq_dec.

Definition exists_beq_eq : forall x y:A, {b : bool | b = beq x y}.
Proof.
intros.
intros x y.
exists (beq x y).
constructor.
Defined.
Expand Down

0 comments on commit 4c4fb14

Please sign in to comment.