caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Goswin von Brederlow <goswin-v-b@web.de>
To: boris@yakobowski.org
Cc: Goswin von Brederlow <goswin-v-b@web.de>,
	Damien Guichard <alphablock@orange.fr>,
	caml-list caml-list <caml-list@yquem.inria.fr>
Subject: Re: [Caml-list] obj.magic for polymorphic record fields
Date: Tue, 22 Dec 2009 14:35:10 +0100	[thread overview]
Message-ID: <87eimnrv1t.fsf@frosties.localdomain> (raw)
In-Reply-To: <76c7f53f0912210600y91c9b76ib07d130cf7cf251f@mail.gmail.com> (Boris Yakobowski's message of "Mon, 21 Dec 2009 15:00:19 +0100")

Boris Yakobowski <boris@yakobowski.org> writes:

> On Mon, Dec 21, 2009 at 2:44 PM, Goswin von Brederlow <goswin-v-b@web.de> wrote:
>>> However it issues a warning so i acknowledge it's less elegant.
>>
>> Which I don't quite understand.
>
> The warning is based on the results of the type inference algorithm.
> You're not supposed to find values of type 'a. 'a "in the wild", yet
> (Obj.magic a) has this type. Thus the Ocaml compiler deduces that
> you're doing something wrong: your function never returns, it does not
> use its arguments, etc. Here, using Obj.magic breaks the crystal ball
> of the compiler, and the warning is incorrect.
>
> There is an easy way to silence the warning though:
>
> let baz = {bar = fun x -> (Obj.magic a : _ -> _) x}
>
> (but not let baz = {bar = fun x -> (Obj.magic a : 'a -> 'a) x} for
> ugly reasons...)
>
> You are however quite correct. Using Obj.magic in this particular case
> seems quite wrong.
>
> -- 
> Boris

But the type inference should deduce that in

(Obj.magic fn) x

the 'a is actually 'b -> 'c as I am applying an argument to it.
Seems to me there is something special for Obj.magic so it doesn't
automatically cast values to functions.

MfG
        Goswin


  parent reply	other threads:[~2009-12-22 13:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-20 18:45 Re[2]: " Damien Guichard
2009-12-21 13:44 ` Goswin von Brederlow
2009-12-21 14:00   ` Boris Yakobowski
2009-12-21 16:05     ` Jacques Le Normand
2009-12-22 13:35     ` Goswin von Brederlow [this message]
2009-12-22 21:49       ` Boris Yakobowski
2009-12-24 12:10         ` Goswin von Brederlow
  -- strict thread matches above, loose matches on Subject: below --
2009-12-20 17:44 Jacques Le Normand
2009-12-20 18:17 ` [Caml-list] " Nicolas Pouillard

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=87eimnrv1t.fsf@frosties.localdomain \
    --to=goswin-v-b@web.de \
    --cc=alphablock@orange.fr \
    --cc=boris@yakobowski.org \
    --cc=caml-list@yquem.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).