From a608c8e1bffa032ed67f6f2dd406017b6aca9eb9 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 6 Feb 2005 13:03:51 +0000 Subject: Nettoyage et documentation de Library git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6692 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/cc/cctac.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cc') diff --git a/contrib/cc/cctac.ml4 b/contrib/cc/cctac.ml4 index 9dce63191..98ea8e495 100644 --- a/contrib/cc/cctac.ml4 +++ b/contrib/cc/cctac.ml4 @@ -232,7 +232,7 @@ let discriminate_tac axioms cstr p gls = (* wrap everything *) let cc_tactic gls= - Library.check_required_library ["Coq";"Init";"Logic"]; + Coqlib.check_required_library ["Coq";"Init";"Logic"]; let (axioms,disaxioms,glo)=make_prb gls in match (cc_proof axioms disaxioms glo) with `Prove_goal p -> proof_tac axioms p gls -- cgit v1.2.3