From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 64988BBBB for ; Mon, 27 Mar 2006 07:14:22 +0200 (CEST) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k2R5ELxx026722 for ; Mon, 27 Mar 2006 07:14:22 +0200 Received: by zproxy.gmail.com with SMTP id 40so1372073nzk for ; Sun, 26 Mar 2006 21:14:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hHnOEWVo8JFbg8eHK3NV/1q4+KrzRxkaEh1oOP3JBaXwFGEli3pntNPH5gFr0gr5WslzJrJ3SV/1UYdqe/sQ4fQ4uFfHTODLkjQdd9ss0KErEHSmhHcTHZAcTCFA5fC3vqUYTBsW+G7ZkGVHwsElspZW8iwqYi0gtFIoBe62dvY= Received: by 10.36.224.79 with SMTP id w79mr1872408nzg; Sun, 26 Mar 2006 21:14:21 -0800 (PST) Received: by 10.36.121.7 with HTTP; Sun, 26 Mar 2006 21:14:21 -0800 (PST) Message-ID: Date: Mon, 27 Mar 2006 17:14:21 +1200 From: "Jonathan Roewen" To: OCaml Subject: [Caml-list] Boxed types and records MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 442774AD.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; nativeint:01 unboxed:01 caml-list:01 tuples:01 tuples:01 int:01 int:01 types:02 types:02 seems:03 float:03 type:13 gmail:14 record:16 since:16 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 Hi, Are all boxed types (int32/int64/nativeint/float) automatically unboxed in any given record type? Since it seems records have same representation as tuples, would this apply to tuples too? Kindest Regards, Jonathan