aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/obligations.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-22 14:29:55 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-22 14:29:55 +0000
commitc1159f736c8d8f5b95bc53af7614a63f2ab9a86b (patch)
tree0302c134e9917fc9b4a1099b0a47e0a173610665 /toplevel/obligations.ml
parent676f8fac28958d141a73dd56d087ecdbe046ab31 (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 'toplevel/obligations.ml')
-rw-r--r--toplevel/obligations.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/obligations.ml b/toplevel/obligations.ml
index 58201a5f8..ed315bcf5 100644
--- a/toplevel/obligations.ml
+++ b/toplevel/obligations.ml
@@ -1008,7 +1008,7 @@ let next_obligation n tac =
solve_obligation prg i tac
let init_program () =
- Coqlib.check_required_library ["Coq";"Init";"Datatypes"];
+ Coqlib.check_required_library Coqlib.datatypes_module_name;
Coqlib.check_required_library ["Coq";"Init";"Specif"];
Coqlib.check_required_library ["Coq";"Program";"Tactics"]