silence fewer warnings, add comment about overwriting notation
Compare changes
Files
2+ 11
− 13
@@ -380,8 +380,6 @@ Notation "1" := (Q2Qc 1) : Qc_scope.
@@ -553,7 +551,7 @@ Next Obligation. intros x y. apply Qcmult_pos_pos; apply Qp_prf. Qed.
@@ -590,10 +588,10 @@ Instance Qp_plus_inj_l p : Inj (=) (=) (λ q, q + p)%Qp.
@@ -618,7 +616,7 @@ Proof.
@@ -637,7 +635,7 @@ Lemma Qp_lt_sum (x y : Qp) : (x < y)%Qc ↔ ∃ z, y = (x + z)%Qp.
@@ -650,12 +648,12 @@ Proof.
@@ -681,7 +679,7 @@ Qed.