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=1.4 required=5.0 tests=AWL,DNS_FROM_RFC_ABUSE, DNS_FROM_RFC_POST autolearn=disabled version=3.1.3 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 8727CBC6B for ; Tue, 11 Dec 2007 10:05:29 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAABPhXUc+KuYMfGdsb2JhbACPZwIJAggPEwc X-IronPort-AV: E=Sophos;i="4.24,150,1196636400"; d="scan'208";a="20196500" Received: from smtp.ono.com (HELO resmaa02.ono.com) ([62.42.230.12]) by mail4-smtp-sop.national.inria.fr with ESMTP; 11 Dec 2007 10:05:29 +0100 Received: from [159.23.98.243] (192.146.187.87) by resmaa02.ono.com (7.3.118.8) (authenticated as tmp123@menta.net) id 475D2F890007515D for caml-list@yquem.inria.fr; Tue, 11 Dec 2007 10:05:22 +0100 Message-ID: <475E52D0.4080908@menta.net> Date: Tue, 11 Dec 2007 10:05:20 +0100 From: tmp123 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: Re: Hashtbl: remove while iter or fold References: <475E51A0.2070307@menta.net> In-Reply-To: <475E51A0.2070307@menta.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; hashtbl:01 iter:01 hash:01 iter:01 semantics:01 wrote:01 seems:03 fault:04 tmp:05 tmp:05 fold:06 fold:06 table:93 table:93 executing:07 tmp123 wrote: > Hello, > > Please, do you known if it is possible to remove hash table elements > while executing an "iter" or "fold" operation over the table? Of > course, in particular, to remove the current item. > > Thanks a lot. > Sorry, my fault, already asked in this group. If semantics has not changed, the answer seems to be "yes". Thanks.