diff options
| author | Pierre-Marie Pédrot | 2019-10-31 22:02:48 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-10-31 22:02:48 +0100 |
| commit | 82461ff590360a1223fad69446b77f535d28b6b4 (patch) | |
| tree | 4d9a369a9a567e0850d6ae006fb029ba8675ebfc /plugins/micromega/DeclConstant.v | |
| parent | 151b84a3540d1972d53460780396f2749d0378cf (diff) | |
| parent | c0fd4618ac7d35de8658fdcf626cdf26c0cca415 (diff) | |
Merge PR #10983: QArith, Lia: depend on ZArith_base rather than on ZArith
Ack-by: fajb
Reviewed-by: ppedrot
Diffstat (limited to 'plugins/micromega/DeclConstant.v')
| -rw-r--r-- | plugins/micromega/DeclConstant.v | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/micromega/DeclConstant.v b/plugins/micromega/DeclConstant.v index 0288728504..7ad5e313e3 100644 --- a/plugins/micromega/DeclConstant.v +++ b/plugins/micromega/DeclConstant.v @@ -51,7 +51,7 @@ Instance GT_APP2 {T1 T2 T3: Type} (F : T1 -> T2 -> T3) GT A1 -> GT A2 -> GT (F A1 A2). Defined. -Require Import ZArith. +Require Import QArith_base. Instance DO : DeclaredConstant O := {}. Instance DS : DeclaredConstant S := {}. @@ -64,6 +64,4 @@ Instance DZneg: DeclaredConstant Zneg := {}. Instance DZpow_pos : DeclaredConstant Z.pow_pos := {}. Instance DZpow : DeclaredConstant Z.pow := {}. -Require Import QArith. - Instance DQ : DeclaredConstant Qmake := {}. |
