caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Marshal module.
@ 1997-12-01 11:37 Ken Wakita
  1997-12-01 20:25 ` Christian Foisy
  1997-12-02 14:51 ` Xavier Leroy
  0 siblings, 2 replies; 3+ messages in thread
From: Ken Wakita @ 1997-12-01 11:37 UTC (permalink / raw)
  To: Caml list


Hi,

Using the Marshal module from the ocaml interpreter, I found its strange
behavior.  Though Marshal.from_string is registered in the Marshal.mli
interface file, the interpreter complains for "Reference to undefined
global".  Folloing is my session

Last login: Mon Dec  1 14:09:39 from sassas-gw2
Sun Microsystems Inc.   SunOS 5.5.1     Generic May 1996
k0ua> ocaml
        Objective Caml version 1.06

# Marshal.to_string;;
- : 'a -> Marshal.extern_flags list -> string = <fun>
# Marshal.from_string;;
Reference to undefined global `Marshal'
#

Ken






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-12-02 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-01 11:37 Marshal module Ken Wakita
1997-12-01 20:25 ` Christian Foisy
1997-12-02 14:51 ` Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).