[Caml-list] tophide 1.0.0 announcement

0 views
Skip to first unread message

Martin Jambon

unread,
Apr 6, 2008, 10:07:02 PM4/6/08
to caml...@inria.fr
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

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Martin Jambon

unread,
Apr 6, 2008, 10:11:20 PM4/6/08
to Martin Jambon, caml...@inria.fr
On Mon, 7 Apr 2008, Martin Jambon wrote:

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

There's a GODI package too!

Reply all
Reply to author
Forward
0 new messages