From: Brent Fulgham <brent.fulgham@xpsystems.com>
To: caml-list@inria.fr
Subject: RE: Strange type error
Date: Tue, 24 Oct 2000 09:47:09 -0700 [thread overview]
Message-ID: <EDFD2A95EE7DD31187350090279C676701079FEF@THRESHER> (raw)
> I had a similar problem some time ago. This strange behavior of O'Caml
> 3.00 was corrected in the CVS version:
>
> ------------------------------------------------------
> Objective Caml version 3.00
>
> # type 'a section_path = { x : int; }
> and mind_section_path = [ `MIND] section_path
> ;;
> type [ `MIND] section_path = { x : int; } constraint [ `MIND] = [
> `MIND]
> type mind_section_path = [ `MIND] section_path
> #
> ------------------------------------------------------
> Objective Caml version 3.00+8 (2000-06-30)
>
> # type 'a section_path = { x : int; }
> and mind_section_path = [ `MIND] section_path
> ;;
> type 'a section_path = { x : int; }
> type mind_section_path = [ `MIND] section_path
> #
> ------------------------------------------------------
>
With this fix, and the ICFP-discovered bug fix, does anyone
think it's time to create a 3.01 tarball/binary distribution
as a "stable" release?
Thanks,
-Brent
next reply other threads:[~2000-10-25 18:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-24 16:47 Brent Fulgham [this message]
-- strict thread matches above, loose matches on Subject: below --
2000-10-23 15:35 Claudio Sacerdoti Coen
2000-10-24 7:05 ` Judicael Courant
2000-10-24 7:35 ` Jacques Garrigue
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=EDFD2A95EE7DD31187350090279C676701079FEF@THRESHER \
--to=brent.fulgham@xpsystems.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