[
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: | 2005-09-15 (15:46) |
From: | Frédéric_Gava <gava@u...> |
Subject: | Re: [Caml-list] Marshal.to_string and mutable values |
Hi, > As far as I unserstand, those things are working in compiled programms only, > but not in the toplevel. ok. Excuse me for this stupid question (but the error messages are not clear). My true question is: why does it not work in the toplevel ? Why is it not possible to load a special Marshal module for the toplevel ? I would be nice to have your program (in my case, parallel programs) that works in the toplevel (for debugging) and as compiled programs. To debug a program, I used many times the toplevel. And in my case, I need to serialized functions. In the compiled program, it works but not in the toplevel. But before have a program which works I need the toplevel...paradox.... Frédéric Gava