From a79481b86881be12900b9b16b2f384eb3c402215 Mon Sep 17 00:00:00 2001 From: Pierre Letouzey Date: Wed, 10 May 2017 15:17:20 +0200 Subject: romega: discard constructor D_mono (shorter trace + fix a bug) For the bug, see new test test_romega10 in test-suite/success/ROmega0.v. --- plugins/romega/const_omega.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/romega/const_omega.ml') diff --git a/plugins/romega/const_omega.ml b/plugins/romega/const_omega.ml index 8d7ae51fc..cf5d20aeb 100644 --- a/plugins/romega/const_omega.ml +++ b/plugins/romega/const_omega.ml @@ -165,7 +165,6 @@ let coq_s_negate_contradict_inv =lazy (constant "O_NEGATE_CONTRADICT_INV") let coq_direction = lazy (constant "direction") let coq_d_left = lazy (constant "D_left") let coq_d_right = lazy (constant "D_right") -let coq_d_mono = lazy (constant "D_mono") let coq_e_split = lazy (constant "E_SPLIT") let coq_e_extract = lazy (constant "E_EXTRACT") -- cgit v1.2.3