diff options
| author | jforest | 2010-10-05 08:32:43 +0000 |
|---|---|---|
| committer | jforest | 2010-10-05 08:32:43 +0000 |
| commit | 700bbf17a9fb585f6890cd1fd71a8ced8551cd16 (patch) | |
| tree | 1c0c3eee18f6f880d16d5f5cc187c9aab12140de /plugins/funind | |
| parent | e2c995a06074c06737a794e5d95da76d27e63b51 (diff) | |
Auto-inlining of f_terminate in Function
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13496 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/funind')
| -rw-r--r-- | plugins/funind/recdef.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/funind/recdef.ml b/plugins/funind/recdef.ml index c42ecac421..057ffb9b32 100644 --- a/plugins/funind/recdef.ml +++ b/plugins/funind/recdef.ml @@ -1425,6 +1425,7 @@ let recursive_definition is_mes function_name rec_impls type_of_f r rec_arg_num let hook _ _ = let term_ref = Nametab.locate (qualid_of_ident term_id) in let f_ref = declare_f function_name (IsProof Lemma) arg_types term_ref in + let _ = Table.extraction_inline true [Ident (dummy_loc,term_id)] in (* message "start second proof"; *) let stop = ref false in begin |
