Re: [Caml-list] ignoring toplevel phrases?

2009-06-27 Thread Richard Jones
On Fri, Jun 26, 2009 at 11:22:16AM +0700, Roland Zumkeller wrote: Hi, Is it possible to modify the toplevel's behavior such that it silently ignores any re-definitions of already bound identifiers (without recompiling)? I would like to achieve the following: # let x = 0;; val x : int = 0

Re: [Caml-list] ignoring toplevel phrases?

2009-06-26 Thread Ashish Agarwal
Just curious, why do you want this? On Fri, Jun 26, 2009 at 12:22 AM, Roland Zumkeller roland.zumkel...@gmail.com wrote: Hi, Is it possible to modify the toplevel's behavior such that it silently ignores any re-definitions of already bound identifiers (without recompiling)? I would like to