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.2 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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 15F0EBBAF for ; Thu, 12 Jun 2008 10:01:07 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AssAAJt0UEhIDtyac2dsb2JhbACRWUMBDAMEBAkPBZg1hjs X-IronPort-AV: E=Sophos;i="4.27,630,1204498800"; d="scan'208";a="13861897" Received: from fg-out-1718.google.com ([72.14.220.154]) by mail3-smtp-sop.national.inria.fr with ESMTP; 12 Jun 2008 10:01:06 +0200 Received: by fg-out-1718.google.com with SMTP id l27so3985919fgb.43 for ; Thu, 12 Jun 2008 01:01:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer:sender; bh=ljrVzC2zL4hM94KXI4XDfE2/5IYdgIcWhAQfUq4r1G0=; b=PjUpAH8ELl+6UbCBRj+2CmbbKQsS9w2xkU3V5G+h7g4jDp227ZGeXkum6nFQru7sZu iXdY6viIcfDDL5414YQCxFVs0gj4eH3mZYb4TVIO1r+wy1mQcK63RNNI+aVo0B+LFDbI crJC3ZyKUsBSns3SHFjpqwFwbhdVFOYo0WqsE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer:sender; b=GbAgg8qvJPbdiN6vIZ1QVCB8WVMMw5N3NPQV5wRbJh0Xnfmx/+IGIKrn0/lmh8J1JA CV44W/5e9aCxSmtWiU/6r5cEF/QlIlyh3KPloA65C6ZQG3xdz/A4DTIJc7dBJqnDLOFq +Z64ryvMFuBr/NAEgivZMyn9fy9rwroL+W5KQ= Received: by 10.86.98.10 with SMTP id v10mr1703842fgb.46.1213257666416; Thu, 12 Jun 2008 01:01:06 -0700 (PDT) Received: from ?10.0.1.2? ( [85.2.48.114]) by mx.google.com with ESMTPS id e11sm1855403fga.4.2008.06.12.01.01.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 12 Jun 2008 01:01:05 -0700 (PDT) Cc: caml-list caml-list Message-Id: <3EF091AF-B58C-48A1-952B-F3EB37F34F50@erratique.ch> From: =?ISO-8859-1?Q?Daniel_B=FCnzli?= To: Dave Benjamin In-Reply-To: <4850AF41.90506@ramenlabs.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v924) Subject: Re: [Caml-list] [ANN] Uuidm 0.9.0 Date: Thu, 12 Jun 2008 10:00:41 +0200 References: <4850AF41.90506@ramenlabs.com> X-Mailer: Apple Mail (2.924) Sender: =?UTF-8?B?RGFuaWVsIELDvG56bGk=?= X-Spam: no; 0.00; bunzli:01 buenzli:01 abstract:01 corrected:01 caml-list:01 digest:01 digest:01 benjamin:01 string:02 bytes:03 repository:03 daniel:04 daniel:04 ecrit:06 interface:06 Le 12 juin 08 =E0 07:08, Dave Benjamin a =E9crit : > Digest.t is equivalent to string in the interface. For instance: Thanks for pointing this out, I was going crazy the other day that =20 there was no Digest.to_bytes function... Didn't realize that Digest.t =20= wasn't abstract, have to learn to read. Corrected in the repository. Best, Daniel