# 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
> URL: http://martin.jambon.free.fr/ocaml.html#tophide
There's a GODI package too!