From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 16052BC6C for ; Sat, 22 Sep 2007 17:42:17 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAJbV9EbDuhM+lmdsb2JhbACOHAEBAQEHBAYFChEH X-IronPort-AV: E=Sophos;i="4.20,286,1186351200"; d="scan'208";a="16597938" Received: from mail14.bluewin.ch ([195.186.19.62]) by mail4-smtp-sop.national.inria.fr with ESMTP; 22 Sep 2007 17:43:50 +0200 Received: from [192.168.1.58] (85.2.34.48) by mail14.bluewin.ch (Bluewin 7.3.121) id 46F380B600040136 for caml-list@yquem.inria.fr; Sat, 22 Sep 2007 15:43:49 +0000 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <1190474050-sup-2933@ausone.local> References: <1190474050-sup-2933@ausone.local> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <1F2549D4-C19C-42DC-9855-A8387459336D@epfl.ch> Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= Subject: Re: [Caml-list] Having '<<', why to use '|>' ? Date: Sat, 22 Sep 2007 17:43:54 +0200 To: caml-list X-Mailer: Apple Mail (2.752.2) X-Spam: no; 0.00; bunzli:01 buenzli:01 ocaml:01 haskell:01 ocaml:01 jocaml:01 deprecated:01 precedence:01 caml-list:01 epfl:02 daniel:04 daniel:04 problem:05 ecrit:06 indeed:07 Le 22 sept. 07 =E0 17:22, Nicolas Pouillard a =E9crit : > The old and deprecated `&' operator do perfectly the job. =20 > Indeed the OCaml > `&' operator have the associativity and a precedence close to the =20 > Haskell `$' > than what can do the OCaml `$'. The problem is that jocaml recycles it. Daniel