From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id AAA27581; Mon, 22 Oct 2001 00:48:30 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id AAA27699 for ; Mon, 22 Oct 2001 00:48:29 +0200 (MET DST) Received: from smtprt15.wanadoo.fr (smtprt15.wanadoo.fr [193.252.19.210]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f9LMmTn06297 for ; Mon, 22 Oct 2001 00:48:29 +0200 (MET DST) Received: from villosa.wanadoo.fr (193.252.19.122) by smtprt15.wanadoo.fr; 22 Oct 2001 00:48:28 +0200 Received: from agent007st1 (193.253.187.248) by villosa.wanadoo.fr; 22 Oct 2001 00:48:25 +0200 Message-ID: <001401c15a82$d238a320$0a00a8c0@agent007st1> From: "AgEnT007" To: Subject: [Caml-list] =?iso-8859-1?Q?D=E9butant_:=29?= Date: Mon, 22 Oct 2001 00:50:45 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0011_01C15A93.956BD910" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0011_01C15A93.956BD910 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Bonjour =E0 tous, je viens de me mettre cette apr=E9s midi m=EBme au language CAML et je = bute deja sur un exemple que j'ai trouv=E9 :) voici ce que j'ai: let rec exemple_1 f a l =3D if l =3D [] then a=20 else exemple_1 f ( f a (List.hd l)) (List.tl l) ;; j'ai compris l'utilit=E9 d'une telle declaration mais pas celle du < a > = qui se trouve =E0 la 3eme ligne. Quelqu'un pourrait t'il m'=E9clairer sur la troisieme ligne? Merci =E0 tous, bonne nuit Agent. ps: d=E9sol=E9 si je n'ai pas =E9t=E9 clair :) ------=_NextPart_000_0011_01C15A93.956BD910 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Bonjour =E0 tous,
je viens de me mettre cette apr=E9s midi m=EBme = au language=20 CAML et je bute deja sur un exemple que j'ai trouv=E9 :)
 
voici ce que j'ai:
 
let rec exemple_1 f a l =3D
if l = =3D [] then a=20
else exemple_1 f ( f a (List.hd l)) (List.tl l) ;;
 
j'ai compris l'utilit=E9 d'une telle declaration = mais pas=20 celle du < a > qui se trouve =E0 la 3eme ligne.
Quelqu'un pourrait t'il m'=E9clairer sur la = troisieme=20 ligne?
Merci =E0 tous, bonne nuit
 
Agent.
 
ps: d=E9sol=E9 si je n'ai pas =E9t=E9 clair=20 :)
------=_NextPart_000_0011_01C15A93.956BD910-- ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr