caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Alain Frisch <alain@frisch.fr>
To: Emmanuel Dieul <emmanuel.dieul@free.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Some obsolete constructions ?
Date: Fri, 30 Apr 2010 16:18:10 +0200	[thread overview]
Message-ID: <4BDAE6A2.1060902@frisch.fr> (raw)
In-Reply-To: <4BDAD9C7.5060501@free.fr>

On 04/30/2010 03:23 PM, Emmanuel Dieul wrote:
> - Pcf_let : a let construction as a class field ?

AFAIK, this one is obsolete.

> - Pexp_letmodule : ?

let module L = List in ();;

> - Pexp_override : an override expression ?

object(this) method m = {< >} end;;

> - Ppat_type : a type pattern matching ?

type t = [`A];;
fun #t -> ();;

> - Rinherit : an inherit row field ?

type t = [`A];;
type s = [t | `B];;



-- Alain



  reply	other threads:[~2010-04-30 14:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-30 13:23 Emmanuel Dieul
2010-04-30 14:18 ` Alain Frisch [this message]
2010-04-30 20:36   ` [Caml-list] " Emmanuel Dieul

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=4BDAE6A2.1060902@frisch.fr \
    --to=alain@frisch.fr \
    --cc=caml-list@inria.fr \
    --cc=emmanuel.dieul@free.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).