diff options
| author | Frédéric Besson | 2019-05-14 14:54:22 +0200 |
|---|---|---|
| committer | Frédéric Besson | 2019-05-22 11:08:42 +0200 |
| commit | 551552aeb9ae5f04fbd9b71d1d00c6059090c052 (patch) | |
| tree | 4334d8a0b57170a60502c2f6df9d8d2cb7e4cbf8 /plugins/micromega/DeclConstant.v | |
| parent | e9a5fe993ba36e22316ac9f6ef0564f38a3eb4f9 (diff) | |
Partly revert micromega parsing using typeclasses.
Typeclasses resolution is not used anymore for lia.
Typeclasses resolution is still used by lra but only to access a
database of declared constants.
Diffstat (limited to 'plugins/micromega/DeclConstant.v')
| -rw-r--r-- | plugins/micromega/DeclConstant.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/micromega/DeclConstant.v b/plugins/micromega/DeclConstant.v index 47fcac6481..4e8fe5a8ff 100644 --- a/plugins/micromega/DeclConstant.v +++ b/plugins/micromega/DeclConstant.v @@ -62,6 +62,7 @@ Instance DZO: DeclaredConstant Z0 := {}. Instance DZpos: DeclaredConstant Zpos := {}. Instance DZneg: DeclaredConstant Zneg := {}. Instance DZpow_pos : DeclaredConstant Z.pow_pos := {}. +Instance DZpow : DeclaredConstant Z.pow := {}. Require Import QArith. |
