From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA25047; Wed, 7 Nov 2001 14:33:05 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA24734 for ; Wed, 7 Nov 2001 14:33:04 +0100 (MET) Received: from mail1.uts.ohio-state.edu (mail1.uts.ohio-state.edu [128.146.214.30]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id fA7DX3114343 for ; Wed, 7 Nov 2001 14:33:03 +0100 (MET) Received: from functor.resnet.ohio-state.edu (rpat-100-139.resnet.ohio-state.edu [164.107.100.139]) by mail1.uts.ohio-state.edu (8.9.3/8.9.3) with ESMTP id IAA09360 for ; Wed, 7 Nov 2001 08:32:59 -0500 (EST) Received: by functor.resnet.ohio-state.edu (Postfix, from userid 1001) id 14040112D3; Wed, 7 Nov 2001 09:31:11 -0500 (EST) Date: Wed, 7 Nov 2001 09:31:10 -0500 From: Jeremy Fincher To: caml-list@pauillac.inria.fr Subject: Re: [Caml-list] Genlex (question and problem) Message-ID: <20011107093110.B36635@functor.resnet.ohio-state.edu> References: <20011107044223.A35732@functor.resnet.ohio-state.edu> <20011107101948.D24020@verdot.inria.fr> <20011107085929.A36635@functor.resnet.ohio-state.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011107085929.A36635@functor.resnet.ohio-state.edu>; from fincher.8@osu.edu on Wed, Nov 07, 2001 at 08:59:29AM -0500 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > I get the error on the parse_inside function *after* the parse_stats function (the second one :)) If I comment out this line: > > | [< 'Ident "stats"; 'Kwd "="; stats = parse_stats; Kwd ";"; rest >] -> > parse_inside2 { cu with stats = stats } rest Looks like I forgot the single quote before the second Kwd. Sorry to trouble everyone :) Jeremy ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr