diff options
| author | letouzey | 2013-08-22 14:29:55 +0000 |
|---|---|---|
| committer | letouzey | 2013-08-22 14:29:55 +0000 |
| commit | c1159f736c8d8f5b95bc53af7614a63f2ab9a86b (patch) | |
| tree | 0302c134e9917fc9b4a1099b0a47e0a173610665 /plugins/cc/cctac.ml | |
| parent | 676f8fac28958d141a73dd56d087ecdbe046ab31 (diff) | |
Less "Coq" strings everywhere
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16725 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/cc/cctac.ml')
| -rw-r--r-- | plugins/cc/cctac.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cc/cctac.ml b/plugins/cc/cctac.ml index a7800667f2..780a4877a2 100644 --- a/plugins/cc/cctac.ml +++ b/plugins/cc/cctac.ml @@ -371,7 +371,7 @@ let build_term_to_complete uf meta pac = applistc (mkConstruct cinfo.ci_constr) all_args let cc_tactic depth additionnal_terms gls= - Coqlib.check_required_library ["Coq";"Init";"Logic"]; + Coqlib.check_required_library Coqlib.logic_module_name; let _ = debug (Pp.str "Reading subgoal ...") in let state = make_prb gls depth additionnal_terms in let _ = debug (Pp.str "Problem built, solving ...") in |
