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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 1E8027EE51 for ; Fri, 24 May 2013 01:53:57 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.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=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.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=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.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=mail2-smtp-roc.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: AhACAGSrnlHAbSoIlGdsb2JhbABZhnO5UIYvFg4BAQEBCQsJCRQEJIJNehECBSECEQUYiFEEmUuOZ5FqFoEQjhSCK4ETA48HiDOUUg X-IPAS-Result: AhACAGSrnlHAbSoIlGdsb2JhbABZhnO5UIYvFg4BAQEBCQsJCRQEJIJNehECBSECEQUYiFEEmUuOZ5FqFoEQjhSCK4ETA48HiDOUUg X-IronPort-AV: E=Sophos;i="4.87,730,1363129200"; d="scan'208";a="18760693" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 May 2013 01:53:56 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (e178019155.adsl.alicedsl.de [85.178.19.155]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id r4NNrtVp002019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 24 May 2013 01:53:55 +0200 Received: by first (Postfix, from userid 1000) id 841D9154066B; Fri, 24 May 2013 01:53:54 +0200 (CEST) Date: Fri, 24 May 2013 01:53:55 +0200 From: oliver To: caml-list@inria.fr Message-ID: <20130523235355.GI6510@siouxsie> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: [Caml-list] OCaml's variables Hi, I was astouned to find the term "variables" in the Reference Manual for OCaml 4.00. Found that on page 136 in the sentence with "(...) statically constructive (...)". Did not checked, if this is on other pages also. To tired to check it, and to tired/lazy for a bugreport now... ...but thought it might be something that might better be corrected. Ciao, Oliver