diff options
| author | regisgia | 2010-01-08 17:03:54 +0000 |
|---|---|---|
| committer | regisgia | 2010-01-08 17:03:54 +0000 |
| commit | ff01cafe8104f7620aacbfdde5dba738dbadc326 (patch) | |
| tree | e6ea9e4d236e68ac3def5b029e5eb3aca70bedd3 /lib/lib.mllib | |
| parent | 5db31bb0333810ccdd0a79e9855ae9d2fcdbf2d3 (diff) | |
* Segmenttree: New. A very simple implementation of segment trees.
* Unicodetable: Update with the standard table for lower case conversion.
* Util: Rewrite "lowercase_unicode" to take the entire unicode character set
into account.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12645 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/lib.mllib')
| -rw-r--r-- | lib/lib.mllib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib.mllib b/lib/lib.mllib index 73e3411dcf..1743ce26ca 100644 --- a/lib/lib.mllib +++ b/lib/lib.mllib @@ -2,6 +2,7 @@ Pp_control Pp Compat Flags +Segmenttree Unicodetable Util Bigint @@ -25,3 +26,4 @@ Rtree Heap Option Dnet + |
