diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-09-17 14:12:50 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-09-17 14:12:50 +0000 |
commit | 7bc7fc79e719202c84e7c60f1f4ab42f5e9bcf8f (patch) | |
tree | 1e3996204eea985915969ea425fdb7ca30bc5311 /lib | |
parent | 3111aa5721db71d0d4bb2f9717d61723f76bf97e (diff) |
Coqdep_boot : misc improvements
- modules names can include quote '
- errors when parsing .mllib files are now properly reported
instead of dying ugly on some sort of Failure
- same when coqdep has to parse the output of ocamldep -modules
- lib/lib.mllib contains a typo (lowercase ident)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13423 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lib.mllib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.mllib b/lib/lib.mllib index b5db04d21..c3982a8c9 100644 --- a/lib/lib.mllib +++ b/lib/lib.mllib @@ -15,7 +15,7 @@ Gmap Fset Fmap Tlm -tries +Tries Gmapl Profile Explore |