From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A618D7EEBF for ; Wed, 19 Aug 2015 13:16:43 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AAAQCQZNRVnAgqbcBdhF6DH8IdAoFCTAEBAQEBARIBAQEBAQgLCQkhLoQkAgQjFVwaAhgOAlmIRwSpbo9jlkCBIooxhREXglKBQwWVI4xqB0uIHJAMgTqEJYM7AQEB X-IPAS-Result: A0AAAQCQZNRVnAgqbcBdhF6DH8IdAoFCTAEBAQEBARIBAQEBAQgLCQkhLoQkAgQjFVwaAhgOAlmIRwSpbo9jlkCBIooxhREXglKBQwWVI4xqB0uIHJAMgTqEJYM7AQEB X-IronPort-AV: E=Sophos;i="5.15,709,1432591200"; d="scan'208";a="143150303" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 19 Aug 2015 13:16:42 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from localhost (yak.in-berlin.de [192.109.42.109]) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-4) with ESMTP id t7JBGf4d021440 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 19 Aug 2015 13:16:41 +0200 Received: from x55b2016a.dyn.telefonica.de (x55b2016a.dyn.telefonica.de [85.178.1.106]) by webmail.in-berlin.de (Horde Framework) with HTTP; Wed, 19 Aug 2015 13:16:41 +0200 Date: Wed, 19 Aug 2015 13:16:41 +0200 Message-ID: <20150819131641.Horde.Nppwxhc-_C7qHtuTW_qqDb7@webmail.in-berlin.de> From: Oliver Bandel To: caml-list@inria.fr In-Reply-To: <20150819004103.Horde.gmnxtcrVOwNtWht0UpT4DzE@webmail.in-berlin.de> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [Caml-list] Simple exception - different behaviour between toplevel and compiled Hello, maybe the problem is, that the one type is a curried int * int. In the compiled version there seems no way to print it's contents? But the toplevel does print the exception clearly with the containing int * int. Can the toplevel's verbosity be made available in the compiled version? Ciao, Oliver