From: Pixel <pixel@mandrakesoft.com>
To: Ching-Tsun Chou <ctchou@mipos2.intel.com>
Cc: caml-list@pauillac.inria.fr
Subject: Re: [Caml-list] Weird typing problem
Date: 22 May 2002 01:03:59 +0200 [thread overview]
Message-ID: <lyy9ed6r34.fsf@leia.mandrakesoft.com> (raw)
In-Reply-To: <200205212213.g4LMDjQ26439@zws707.sc.intel.com>
Ching-Tsun Chou <ctchou@mipos2.intel.com> writes:
[...]
> let list_last = List.hd << List.rev
[...]
> val list_last : '_a list -> '_a = <fun>
make it:
let list_last l = (List.hd << List.rev) l
val list_last : 'a list -> 'a
that's monomorphism restriction:
http://caml.inria.fr/FAQ/FAQ_EXPERT-eng.html#variables_de_types_faibles
-------------------
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
next prev parent reply other threads:[~2002-05-21 23:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-21 22:13 Ching-Tsun Chou
2002-05-21 23:03 ` Pixel [this message]
2002-05-21 23:20 ` Ching-Tsun Chou
2002-05-21 23:48 Ryan Tarpine
[not found] <F143h1mIs1Dk3fqSUVd000021b5@hotmail.com>
2002-05-21 23:58 ` Ching-Tsun Chou
2002-05-22 0:14 Ryan Tarpine
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=lyy9ed6r34.fsf@leia.mandrakesoft.com \
--to=pixel@mandrakesoft.com \
--cc=caml-list@pauillac.inria.fr \
--cc=ctchou@mipos2.intel.com \
/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