aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/cc/cctac.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cc/cctac.ml4')
-rw-r--r--contrib/cc/cctac.ml42
1 files changed, 1 insertions, 1 deletions
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