caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Andy Yang <yyu08@yahoo.com>
To: caml-list@inria.fr
Subject: [Caml-list] Why type infenere enter infinte loop here?
Date: Tue, 6 Jul 2004 16:24:50 -0700 (PDT)	[thread overview]
Message-ID: <20040706232450.39587.qmail@web53206.mail.yahoo.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0407021252550.4202-100000@localhost.localdomain>

Hi, all

I am relatively new in Ocaml. Perhaps this problem is
trivial. With the following interactive process, ocaml
cannot give out f2's type. Could you tell me why it
cannot?
                                                      
                         
# let rec y f = f (fun x ->(y f) x);;
val y : (('a -> 'b) -> 'a -> 'b) -> 'a -> 'b = <fun>
# let g h x = h x;;
val g : ('a -> 'b) -> 'a -> 'b = <fun>
# let f1 = y g;;
val f1 : '_a -> 'b = <fun>
# let k x = x * x + 1;;
val k : int -> int = <fun>
# let f2 = f1 k;;

Thanks a lot!

Andy


		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

-------------------
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


  reply	other threads:[~2004-07-06 23:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-02 17:36 [Caml-list] Y combinator and type-checking Martin Berger
2004-07-02 17:54 ` Brian Hurt
2004-07-06 23:24   ` Andy Yang [this message]
2004-07-06 23:41 [Caml-list] Why type infenere enter infinte loop here? Kevin S. Millikin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040706232450.39587.qmail@web53206.mail.yahoo.com \
    --to=yyu08@yahoo.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).