diff options
| author | Cyril Cohen | 2018-12-11 13:36:32 +0100 |
|---|---|---|
| committer | GitHub | 2018-12-11 13:36:32 +0100 |
| commit | b2d25dc356c4a2500d861e7d3eb5a272a3072129 (patch) | |
| tree | 10e3129f0584233d7fb825973794b517371c6024 /mathcomp/algebra/fraction.v | |
| parent | 316cca94aef28c2023cd823c588b140e13d0aded (diff) | |
| parent | 2e6e0001f8215e3c42f2557df42e0d6486035c07 (diff) | |
Merge pull request #252 from anton-trunov/implicit-core-hint-db
Fix some new warnings emitted by Coq 8.10
Diffstat (limited to 'mathcomp/algebra/fraction.v')
| -rw-r--r-- | mathcomp/algebra/fraction.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/fraction.v b/mathcomp/algebra/fraction.v index 28dd82b..dd3ce30 100644 --- a/mathcomp/algebra/fraction.v +++ b/mathcomp/algebra/fraction.v @@ -305,7 +305,7 @@ End FracField. Notation "{ 'fraction' T }" := (FracField.type_of (Phant T)). Notation equivf := (@FracField.equivf _). -Hint Resolve denom_ratioP. +Hint Resolve denom_ratioP : core. Section Canonicals. |
