diff options
Diffstat (limited to 'plugins/funind')
-rw-r--r-- | plugins/funind/recdef.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/funind/recdef.ml b/plugins/funind/recdef.ml index ca0a432d6..ce731c1eb 100644 --- a/plugins/funind/recdef.ml +++ b/plugins/funind/recdef.ml @@ -138,7 +138,6 @@ let iter_ref () = let iter = function () -> (constr_of_global (delayed_force iter_ref)) let eq = function () -> (coq_base_constant "eq") let le_lt_SS = function () -> (constant ["Recdef"] "le_lt_SS") -let acc_intro_generator_function = function () -> (constant ["Recdef"] "Acc_intro_generator_function") let le_lt_n_Sm = function () -> (coq_base_constant "le_lt_n_Sm") let le_trans = function () -> (coq_base_constant "le_trans") let le_lt_trans = function () -> (coq_base_constant "le_lt_trans") |