diff options
Diffstat (limited to 'lib/tlm.mli')
-rw-r--r-- | lib/tlm.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tlm.mli b/lib/tlm.mli index a3011932..982bb5ed 100644 --- a/lib/tlm.mli +++ b/lib/tlm.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: tlm.mli,v 1.5.16.1 2004/07/16 19:30:31 herbelin Exp $ i*) +(*i $Id: tlm.mli 5920 2004-07-16 20:01:26Z herbelin $ i*) (* Tries. This module implements a data structure [('a,'b) t] mapping lists of values of type ['a] to sets (as lists) of values of type ['b]. *) |