diff options
| author | jforest | 2009-12-16 19:33:46 +0000 |
|---|---|---|
| committer | jforest | 2009-12-16 19:33:46 +0000 |
| commit | 622dbc2eb726949cda5c44639250336586ed8379 (patch) | |
| tree | 177a7cf018ef8be765e361b9da3a91de5502aad7 /plugins | |
| parent | ea9a239eefacf85338c1f0ca0d3dc144c7e7f20e (diff) | |
correction de la nouvelle option pour functional induction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12593 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/funind/indfun_common.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/funind/indfun_common.ml b/plugins/funind/indfun_common.ml index 9c15d9d12e..0f048f59a0 100644 --- a/plugins/funind/indfun_common.ml +++ b/plugins/funind/indfun_common.ml @@ -490,8 +490,8 @@ open Goptions let functional_induction_rewrite_dependent_proofs_sig = { optsync = false; - optname = "functional induction rewrite dependent"; - optkey = ["functional_induction_rewrite_dependent"]; + optname = "Functional Induction Rewrite Dependent"; + optkey = ["Functional";"Induction";"Rewrite";"Dependent"]; optread = (fun () -> !functional_induction_rewrite_dependent_proofs); optwrite = (fun b -> functional_induction_rewrite_dependent_proofs := b) } |
