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 WAA29401; Tue, 2 Jul 2002 22:59:26 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA29852 for ; Tue, 2 Jul 2002 22:59:25 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g62KxIP25095; Tue, 2 Jul 2002 22:59:18 +0200 (MET DST) Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id WAA29845; Tue, 2 Jul 2002 22:59:17 +0200 (MET DST) From: Pierre Weis Message-Id: <200207022059.WAA29845@pauillac.inria.fr> Subject: Re: [Caml-list] simple typing question In-Reply-To: from Pixel at "Jul 2, 102 08:57:36 pm" To: pixel@mandrakesoft.com (Pixel) Date: Tue, 2 Jul 2002 22:59:17 +0200 (MET DST) Cc: xavier.leroy@inria.fr, caml-list@inria.fr X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > what about changing the semantic of partial application, restoring > eta-equivalence: a function is not evaluated unless every arguments > are given: Could you precisely state this notion ? In the presence of higher order functions and imperative features, this does not appear to be simple and evident to me... (Let alone recursive functions and types as in $ ocaml -rectypes Objective Caml version 3.04+15 (2002-06-18) # let rec print x = print_int x; print;; val print : int -> 'a as 'a = # print 1 2 3;; 123- : int -> 'a as 'a = ) Best regards, Pierre Weis INRIA, Projet Cristal, Pierre.Weis@inria.fr, http://pauillac.inria.fr/~weis/ ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners