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=2.1 required=5.0 tests=AWL,DNS_FROM_RFC_POST, HTML_MESSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 55C1ABB84 for ; Wed, 13 Aug 2008 03:51:10 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am0BAGvaoUhC+Vq0lGdsb2JhbACCMC+OVD4BAQEBCQMKBxEDngKHRgEC X-IronPort-AV: E=Sophos;i="4.32,199,1217800800"; d="scan'208";a="13951950" Received: from ik-out-1112.google.com ([66.249.90.180]) by mail2-smtp-roc.national.inria.fr with ESMTP; 13 Aug 2008 03:51:10 +0200 Received: by ik-out-1112.google.com with SMTP id c30so4886682ika.3 for ; Tue, 12 Aug 2008 18:51:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=t6CjhRHHWf4GHLNCgeYVL3hhKBL4UtZ1Pzp3a7u2N8U=; b=DmQiMGY56nYDTpr8DpNj+Sva6w4YFCGM92mQFpNEEcVFA6OiivjYh8eT5/wA0Wcsyg lZ460dnNm58pE5ar/Uxv10KnORj/w7Y0z8jQ89vek75Rk7CAdukvf/46+z0FKB192jHv K7ax+j6SL0bbI1pSSm4I9tOMNNObYMnEnjF+c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=tuYubeN3JWFgevk3F2QhvWJeWDx0HCA0/atVILEm67YW4I8z+CokYv7tGedb6Z5I/m +C8MYixO2bkLMwbcoDFTTs8c9ip4fBKHH2DSqcY1bQ0w9pxGAvlVA8HpFa1VD9rJTxS/ IPkbrYZ1jjh16ojToV/sBut3E7Vepc7gCIqVM= Received: by 10.210.116.10 with SMTP id o10mr11180664ebc.165.1218592269422; Tue, 12 Aug 2008 18:51:09 -0700 (PDT) Received: by 10.210.72.8 with HTTP; Tue, 12 Aug 2008 18:51:09 -0700 (PDT) Message-ID: <527cf6bc0808121851n76430920sc904f3951fa62d04@mail.gmail.com> Date: Wed, 13 Aug 2008 03:51:09 +0200 From: "blue storm" To: "Brighten Godfrey" Subject: Re: [Caml-list] Record field label locality Cc: "Jon Harrop" , caml-list@yquem.inria.fr In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_63492_226007.1218592269408" References: <200808102038.40534.jon@ffconsultancy.com> X-Spam: no; 0.00; locality:01 frisch:01 camlp:01 nodes:01 foo:01 frisch:01 camlp:01 nodes:01 foo:01 storm:98 graph:01 graph:01 caml-list:01 alain:01 alain:01 ------=_Part_63492_226007.1218592269408 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline It might be a bit off-topic, but if you want to ease the syntaxic pain only, you can use the pa_openin ( http://alain.frisch.fr/soft.html#openin ) camlp4 extension : open Graph in { g with nodes = foo } ------=_Part_63492_226007.1218592269408 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
It might be a bit off-topic, but if you want to ease the syntaxic pain only, you can use the pa_openin ( http://alain.frisch.fr/soft.html#openin ) camlp4 extension :

  open Graph in { g with nodes = foo }
------=_Part_63492_226007.1218592269408--