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,
SPF_NEUTRAL 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 8A181BB84
for ; Tue, 6 Jan 2009 22:00:14 +0100 (CET)
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AucBAJdVY0nRVdsVkWdsb2JhbACTRz4BAQEBCQkMBw+uDYEBjE8BAwEDhXE
X-IronPort-AV: E=Sophos;i="4.37,221,1231110000";
d="scan'208";a="33376610"
Received: from mail-ew0-f21.google.com ([209.85.219.21])
by mail4-smtp-sop.national.inria.fr with ESMTP; 06 Jan 2009 22:00:14 +0100
Received: by ewy14 with SMTP id 14so8888660ewy.3
for ; Tue, 06 Jan 2009 13:00:13 -0800 (PST)
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:in-reply-to:mime-version:content-type
:content-transfer-encoding:content-disposition:references;
bh=WNXRpXXgSmeczQr3RrBXruTNIuFw9/oArrn7HsiFVOU=;
b=bptgOki+EFiao03qMz9frr68MkmokeS/pzKva76M4+EosFFPuFDkyG7Ya/VSuR49kj
2bUJTEyDhfs/XPdjiZEjA3bAZy8j5gYs39X3ujuDApDT/ZwjZy7lmjVCHfRcTLxC3W3S
rEpPxWG41uB3Zqp3jGE6C+NvYm3d8AYEsntEs=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:date:from:to:subject:in-reply-to:mime-version
:content-type:content-transfer-encoding:content-disposition
:references;
b=lZJkgE2TjHb3w/fLjN51GE/Vz8jO5lyO7iweKczZd+XYy7b3lMXityEhFefTICs1wf
54gSKtICush0mbR/Us1L5k/faZY3qJokiy9gsta7tApcR1TckyDzUnP+q+0Q4wO/cid0
G0tocvGQ4OOnPwf7LWknHdE0h77PkLt+AbceY=
Received: by 10.210.92.11 with SMTP id p11mr346384ebb.24.1231275613881;
Tue, 06 Jan 2009 13:00:13 -0800 (PST)
Received: by 10.210.34.15 with HTTP; Tue, 6 Jan 2009 13:00:13 -0800 (PST)
Message-ID: <4b5157c30901061300g4766700ftba540ceb02d9c1ce@mail.gmail.com>
Date: Tue, 6 Jan 2009 22:00:13 +0100
From: "Paolo Donadeo"
To: "OCaml mailing list"
Subject: Re: [Caml-list] Parsing simple type expressions
In-Reply-To:
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <4b5157c30901060603k6d0589d2m469b170dc5ec7c8e@mail.gmail.com>
X-Spam: no; 0.00; camlp:01 pointer:01 parsing:01 caml-list:01 parse:02 expressions:04 docs:07 function:08 although:11 might:12 isn't:13 type:14 type:14 does:14 thanks:17
> This is pretty easy with Camlp4, although as you say there isn't much in the
> docs to point the way. You might take a look at how orpc does it--see the
> parse_type function
Thanks for this pointer!
--
Paolo
~
~
:wq