Skip to content

Commit

Permalink
Merge pull request coq-community#78 from SkySkimmer/intuit-auto
Browse files Browse the repository at this point in the history
Stop using auto with * in intuition
  • Loading branch information
proux01 committed Jul 5, 2023
2 parents a8c50a5 + 98cc80e commit 38faaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigQ/QMake.v
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ Module Make (NN:NType)(ZZ:ZType)(Import NZ:NType_ZType NN ZZ) <: QType.
Proof.
intros [x | nx dx] [y | ny dy]; unfold Qmult; simpl; qsimpl.
rewrite Pos.mul_1_r, Z2Pos.id; auto.
rewrite Z.mul_eq_0 in *; intuition.
rewrite Z.mul_eq_0 in *; intuition lia.
nsubst; auto with zarith.
nsubst; auto with zarith.
nsubst; nzsimpl; auto with zarith.
Expand Down

0 comments on commit 38faaaa

Please sign in to comment.