caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* tophide 1.0.0 announcement
@ 2008-04-07  2:05 Martin Jambon
  2008-04-07  2:09 ` [Caml-list] " Martin Jambon
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jambon @ 2008-04-07  2:05 UTC (permalink / raw)
  To: caml-list

Tophide is a tool for the toplevel. It hides value identifiers starting 
with an underscore, just like ls hides files that start with a 
period:

# let x = 1;;
val x : int = 1
# let _y = 2;;     (* great, no output! *)
#

The only purpose is to allow Camlp4 syntax extensions to produce lots of 
global identifiers for their own needs and yet keep the toplevel sessions 
as beautiful as always.

2 directives are provided:
#hide;;   (* implied on startup *)
#show;;   (* back to normal *)


URL:   http://martin.jambon.free.fr/ocaml.html#tophide



Martin

--
http://wink.com/profile/mjambon
http://mjambon.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] tophide 1.0.0 announcement
  2008-04-07  2:05 tophide 1.0.0 announcement Martin Jambon
@ 2008-04-07  2:09 ` Martin Jambon
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jambon @ 2008-04-07  2:09 UTC (permalink / raw)
  To: Martin Jambon; +Cc: caml-list

On Mon, 7 Apr 2008, Martin Jambon wrote:

> URL:   http://martin.jambon.free.fr/ocaml.html#tophide

There's a GODI package too!


--
http://wink.com/profile/mjambon
http://mjambon.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-07  2:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-07  2:05 tophide 1.0.0 announcement Martin Jambon
2008-04-07  2:09 ` [Caml-list] " Martin Jambon

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).