[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Harrison, John R <johnh@i...> |
| Subject: | RE: [Caml-list] Re: Toplevel question ... |
Tomasz Zielonka writes: > > Is there some alias in toplevel for the result of last evaluation so one > > could use it instead of retyping (there's no history completion :() and > > binding to some name? I don't think so, but I also wish there were. Some other implementations of ML automatically bind the result of the previous evaluation to a special identifier "it", treating an expression "E" as "let it = E". This is really useful if, like me, you work in the toplevel a lot and often want to evaluate ad hoc chains of dependent expressions. Even if the OCaml developers don't want to add this feature to the default toplevel, it must be very easy to support using Camlp4. Perhaps Daniel de Rauglaudre or another expert can tell us how? John. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners