From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 215917EE25 for ; Sat, 9 Nov 2013 11:07:31 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of gabriel@kerneis.info) identity=pra; client-ip=176.31.113.173; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gabriel@kerneis.info"; x-sender="gabriel@kerneis.info"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of gabriel@kerneis.info designates 176.31.113.173 as permitted sender) identity=mailfrom; client-ip=176.31.113.173; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gabriel@kerneis.info"; x-sender="gabriel@kerneis.info"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of postmaster@wanbli.kerneis.info designates 176.31.113.173 as permitted sender) identity=helo; client-ip=176.31.113.173; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gabriel@kerneis.info"; x-sender="postmaster@wanbli.kerneis.info"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ag8FACQIflKwH3Gt/2dsb2JhbABYgwfAJYEqFnSCJQEBBToGAQErDAEPCxgJExIPBSghiBgBqWiEUgEFjlEGj2cHgyCBEI50iR2GMQ2LTYMm X-IPAS-Result: Ag8FACQIflKwH3Gt/2dsb2JhbABYgwfAJYEqFnSCJQEBBToGAQErDAEPCxgJExIPBSghiBgBqWiEUgEFjlEGj2cHgyCBEI50iR2GMQ2LTYMm X-IronPort-AV: E=Sophos;i="4.93,666,1378850400"; d="scan'208";a="34612604" Received: from wanbli.kerneis.info ([176.31.113.173]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 09 Nov 2013 11:07:30 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kerneis.info; s=wanbli-rsa1; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=ub6UdvChPsw/jDaEOQmsGYKlR7bVQ99Zwp9CYj65wow=; b=GRfIaLo8h6yY8h0zK1HF1A+FlnzgmcO2sntBhyerklX4RdyqKaNoTHfw64Mb1i9PXvVF/WXlqQ5c/BcnUTugSs4I5rP2guVmMFk5Bs6WQmymZZJqwUvFcyx9xldkvHu0lK/d5XN8mFOkIxJr/w6Z0XrnJpsVudxh7wpsOD5oPgQ=; Received: from [90.214.117.74] (helo=wacehi.kerneis.info) by wanbli.kerneis.info with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Vf5Rw-0007ev-Ul; Sat, 09 Nov 2013 10:07:29 +0000 Received: from gabriel by wacehi.kerneis.info with local (Exim 4.80) (envelope-from ) id 1Vf5Rv-0001A3-5a; Sat, 09 Nov 2013 10:07:27 +0000 Date: Sat, 9 Nov 2013 10:07:27 +0000 From: Gabriel Kerneis To: Jean Saint-Remy Cc: "caml-list@inria.fr" Message-ID: <20131109100726.GA4014@kerneis.info> References: <1383968015.11272.YahooMailNeo@web160505.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383968015.11272.YahooMailNeo@web160505.mail.bf1.yahoo.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 90.214.117.74 X-SA-Exim-Mail-From: gabriel@kerneis.info X-SA-Exim-Scanned: No (on wanbli.kerneis.info); SAEximRunCond expanded to false Subject: Re: [Caml-list] applying labled argument error On Fri, Nov 08, 2013 at 07:33:35PM -0800, Jean Saint-Remy wrote: > I am running ocaml 3.12.1 and getting an error message. Is it an incompatible > version error or a missing 'core' module? Since you mention 'core', are you learning OCaml with "Real-World OCaml" (and hence trying to use JaneStreet's Core library instead of the standard one)? That would explain the discrepancy you are seeing. Best, -- Gabriel