From 20c0fdbc7f63b8c8ccaa0dd34e7d8105b94e804c Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 21 Nov 2007 21:21:36 +0000 Subject: 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 --- contrib/extraction/mlutil.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3