From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id UAA04277 for caml-red; Thu, 21 Dec 2000 20:09:17 +0100 (MET) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id NAA25339 for ; Thu, 21 Dec 2000 13:50:42 +0100 (MET) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id eBLCofH16145 for ; Thu, 21 Dec 2000 13:50:41 +0100 (MET) Received: from zigzag.cs.huji.ac.il ([132.65.208.204]) by cs.huji.ac.il with esmtp (Exim 3.20 #1) id 1495B8-0006pO-00; Thu, 21 Dec 2000 14:50:38 +0200 Received: (from orodeh@localhost) by zigzag.cs.huji.ac.il (8.9.3/1.1c) id OAA09550; Thu, 21 Dec 2000 14:50:38 +0200 Date: Thu, 21 Dec 2000 14:50:38 +0200 (IST) From: Ohad Rodeh To: Caml List cc: Ohad Rodeh Subject: Ref syntax In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: weis@pauillac.inria.fr List, I have a modest syntax request as we are approaching the release of OCaml-3.01. Currently, if x is a reference, one must use the assignment operator (:=) to update it. Can array assignment (<-) be used also? Thanks, Ohad.