diff options
| author | letouzey | 2007-11-21 21:21:36 +0000 |
|---|---|---|
| committer | letouzey | 2007-11-21 21:21:36 +0000 |
| commit | 20c0fdbc7f63b8c8ccaa0dd34e7d8105b94e804c (patch) | |
| tree | 2c06d1a4391491911c1f8e15c3f8c9fe93e44268 | |
| parent | 96157ea08f288ed2f28493696e840d6744efebd7 (diff) | |
Extraction inlines Wf.Fix by default (wish of Y.Bertot)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10329 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | contrib/extraction/mlutil.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extraction/mlutil.ml b/contrib/extraction/mlutil.ml index 0106b9e1dd..06185875f9 100644 --- a/contrib/extraction/mlutil.ml +++ b/contrib/extraction/mlutil.ml @@ -1145,7 +1145,7 @@ let manual_inline_list = let mp = MPfile (dirpath_of_string "Coq.Init.Wf") in List.map (fun s -> (make_con mp empty_dirpath (mk_label s))) [ "well_founded_induction_type"; "well_founded_induction"; - "Acc_rect"; "Acc_rec" ; "Acc_iter" ] + "Acc_rect"; "Acc_rec" ; "Acc_iter" ; "Fix" ] let manual_inline = function | ConstRef c -> List.mem c manual_inline_list |
