diff options
| author | Vincent Laporte | 2019-05-22 11:53:02 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-05-22 11:53:02 +0000 |
| commit | 2744d61704e2fdd96bdc2c60c9d7f7af8367f4d4 (patch) | |
| tree | 0058f6fb70cf1d80b11e46f46753ff2550348672 /plugins/micromega/DeclConstant.v | |
| parent | e7d03413c6b8f8fbcc537a43da4c3f9ff19007ad (diff) | |
| parent | 551552aeb9ae5f04fbd9b71d1d00c6059090c052 (diff) | |
Merge PR #10207: Partly revert micromega parsing using typeclasses.
Reviewed-by: vbgl
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. |
