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/MExtraction.v | |
| parent | e7d03413c6b8f8fbcc537a43da4c3f9ff19007ad (diff) | |
| parent | 551552aeb9ae5f04fbd9b71d1d00c6059090c052 (diff) | |
Merge PR #10207: Partly revert micromega parsing using typeclasses.
Reviewed-by: vbgl
Diffstat (limited to 'plugins/micromega/MExtraction.v')
| -rw-r--r-- | plugins/micromega/MExtraction.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/micromega/MExtraction.v b/plugins/micromega/MExtraction.v index 6112eda200..830cbdf7f6 100644 --- a/plugins/micromega/MExtraction.v +++ b/plugins/micromega/MExtraction.v @@ -55,7 +55,7 @@ Extract Constant Rinv => "fun x -> 1 / x". extraction is only performed as a test in the test suite. *) (*Extraction "micromega.ml" Tauto.mapX Tauto.foldA Tauto.collect_annot Tauto.ids_of_formula Tauto.map_bformula - ZMicromega.cnfZ ZMicromega.bound_problem_fr QMicromega.cnfQ + ZMicromega.cnfZ ZMicromega.Zeval_const ZMicromega.bound_problem_fr QMicromega.cnfQ List.map simpl_cone (*map_cone indexes*) denorm Qpower vm_add normZ normQ normQ n_of_Z N.of_nat ZTautoChecker ZWeakChecker QTautoChecker RTautoChecker find. |
