caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Fabrice Le Fessant <fabrice.le_fessant@inria.fr>
To: Brian Rogoff <bpr@best.com>, caml-list@inria.fr
Subject: Re: [Caml-list] Petty complaints
Date: Wed, 25 Apr 2001 09:00:35 +0200 (CEST)	[thread overview]
Message-ID: <15078.30227.957952.321807@cremant.inria.fr> (raw)
In-Reply-To: <15078.29902.668799.50975@cremant.inria.fr>


>  You can create a module Types, where you define all the Pervasives
>  types, like this:
>  
>  type char = char
>  type int = int
>  and so on...
>  
>  Then, you can use Types.char instead of char, no ?

Sorry, you should probably do something like:

type my_char = char
type char = my_char

and so on... since type definitions are recusive.

- Fabrice

-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


  reply	other threads:[~2001-04-25  7:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-24 15:23 Brian Rogoff
2001-04-25  6:55 ` Fabrice Le Fessant
2001-04-25  7:00   ` Fabrice Le Fessant [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-04-02  4:26 [Caml-list] petty complaints Brian Rogoff
2001-04-02 13:32 ` Xavier Leroy
2001-04-02 15:24   ` Brian Rogoff
2001-04-02 20:17   ` Chris Hecker
2001-04-02 19:45     ` Brian Rogoff
2001-04-09  5:23 ` John Max Skaller
2001-04-09 15:34 ` Christian Lindig
2001-04-09 16:01   ` Brian Rogoff
2001-04-09 16:24   ` David McClain
2001-04-09 16:29   ` Pierre Weis
2001-04-10 22:25     ` Marcin 'Qrczak' Kowalczyk

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=15078.30227.957952.321807@cremant.inria.fr \
    --to=fabrice.le_fessant@inria.fr \
    --cc=bpr@best.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).