diff options
| author | filliatr | 2008-03-11 13:42:12 +0000 |
|---|---|---|
| committer | filliatr | 2008-03-11 13:42:12 +0000 |
| commit | 5ea4763eadb4761143bc1023886c8396c5ffca01 (patch) | |
| tree | 6924aa214aa6138c4d6659dfa7512e44ce32ad63 /contrib/dp/dp.ml | |
| parent | b3dd470c8f2bc8f604ef818dae52aa87884e50c9 (diff) | |
tactique Gappa : mise en place
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10655 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/dp/dp.ml')
| -rw-r--r-- | contrib/dp/dp.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/dp/dp.ml b/contrib/dp/dp.ml index 22fefa65d2..b24ba55fbd 100644 --- a/contrib/dp/dp.ml +++ b/contrib/dp/dp.ml @@ -37,6 +37,7 @@ let set_timeout n = timeout := n let logic_dir = ["Coq";"Logic";"Decidable"] let coq_modules = init_modules @ [logic_dir] @ arith_modules @ zarith_base_modules + @ [["Coq"; "ZArith"; "BinInt"]] @ [["Coq"; "omega"; "OmegaLemmas"]] let constant = gen_constant_in_modules "dp" coq_modules |
