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 12, 2024
1 parent bdb702d commit 807faad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions model/Zmod/IrrCrit.v
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ polynomial is irreducible over the prime field Fp, then it is irreducible over
Z.
*)

Variable p : positive.
Hypothesis Hprime : (Prime p).
Parameter p : positive.
Axiom Hprime : (Prime p).

Definition fp := (Fp p Hprime).

Expand Down
3 changes: 1 addition & 2 deletions model/setoids/Nsetoid.v
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ Proof.
exact pfun3.
Defined.


Let ex_3_ary: (on 3 5 7 plus3)[=] 3+5+7.
#[local] Lemma ex_3_ary: (on 3 5 7 plus3)[=] 3+5+7.
Proof.
simpl.
reflexivity.
Expand Down

0 comments on commit 807faad

Please sign in to comment.