caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Francois Berenger <francois.berenger@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Abbreviating module paths - something like "open X as Y"
Date: Thu, 19 Nov 2015 11:37:13 +0100	[thread overview]
Message-ID: <564DA659.1020704@inria.fr> (raw)
In-Reply-To: <0F7D3B1B3C4B894D824F5B822E3E5A172CE42130@IRSMSX102.ger.corp.intel.com>

On 11/19/2015 11:34 AM, Soegtrop, Michael wrote:
> Dear OCaml Users,
>
> I wonder if there is a way to abbreviate module paths. Something like
>
> open <module-path> as <acronym>

module L = List
[...]
L.length [1;2;3]

It was advised to me on this same list, several years ago.

> I usually find it more readable to have a 2 or 3 letter acronym for a
> module name than having the complete module name or no module name at
> all. Is there a way to do this in OCaml?
>
> Best regards,
>
> Michael
>
> Intel Deutschland GmbH
> Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
> Tel: +49 89 99 8853-0, www.intel.de
> Managing Directors: Christin Eisenschmid, Christian Lamprechter
> Chairperson of the Supervisory Board: Nicole Lau
> Registered Office: Munich
> Commercial Register: Amtsgericht Muenchen HRB 186928
>

-- 
Regards,
Francois.
"When in doubt, use more types"

  parent reply	other threads:[~2015-11-19 10:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-19 10:34 Soegtrop, Michael
2015-11-19 10:35 ` David House
2015-11-19 10:36 ` Gabriel Scherer
2015-11-19 10:37 ` Francois Berenger [this message]
2015-11-19 10:48   ` Soegtrop, Michael

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=564DA659.1020704@inria.fr \
    --to=francois.berenger@inria.fr \
    --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).