From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.6.10/8.6.6) id MAA17599 for caml-redistribution; Tue, 2 Jul 1996 12:05:27 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.6.10/8.6.6) with ESMTP id TAA02066 for ; Mon, 1 Jul 1996 19:50:46 +0200 Received: from margaux.inria.fr (margaux.inria.fr [128.93.8.2]) by concorde.inria.fr (8.7.1/8.7.1) with ESMTP id TAA12617 for ; Mon, 1 Jul 1996 19:50:46 +0200 (MET DST) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by margaux.inria.fr (8.6.10/8.6.6) with ESMTP id TAA26013 for ; Mon, 1 Jul 1996 19:50:45 +0200 Received: from logatome.micronet.fr (root@logatome.micronet.fr [194.51.75.1]) by concorde.inria.fr (8.7.1/8.7.1) with ESMTP id TAA12606 for ; Mon, 1 Jul 1996 19:50:38 +0200 (MET DST) Received: from [193.149.100.82] (pppA228.micronet.fr [193.149.100.82]) by logatome.micronet.fr (8.7.5/8.7.3) with SMTP id TAA20061; Mon, 1 Jul 1996 19:46:25 +0200 (MET DST) X-Sender: cheno@mail.micronet.fr Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 1 Jul 1996 19:48:15 +0200 To: elamrani@lifo.univ-orleans.fr From: cheno@micronet.fr (Laurent =?iso-8859-1?Q?Ch=E9no?= ) Subject: Re: Lettre de Caml #4 Cc: caml-list@margaux.inria.fr Sender: weis > Hello everybody, > > I would like to correct the formula page 3 in the "Lettre de Caml" #4 : > > we read : > > for each k in {0,..,m-1} t_{i+k} =3D s_{i} > > the right formula is : > > for each k in {0,..,m-1} t_{k} =3D s_{i+k} > > t is the motif: i+m string_length s returns n > and string-length t returns m. > >-- Younes El Amrani. (excuse my very poor english, thank's) I apologize. I have miswritten t for s... but the Caml programs run well : I have tried all ! Best regards, Laurent Cheno