caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] toplevellib.cma broken?
@ 2005-12-22  5:57 Jonathan Roewen
  2005-12-22  5:59 ` Jonathan Roewen
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Roewen @ 2005-12-22  5:57 UTC (permalink / raw)
  To: caml-list

Hi,

I'm trying to use toplevellib in my kernel, and I'm having some -very-
weird problems.

Here's a sample session on my kernel:

caml> 45;;
- : int = 45
caml> print_int 4;;
Error parsing/evaluating expression: Typecode.Error(_,_)
caml> 45.67;;
Error parsing/evaluating expression: Failure("float_of_string")
caml> 45;;
Error parsing/evaluating expression: Failure("float_of_string")


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

end of thread, other threads:[~2005-12-23  0:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-22  5:57 [Caml-list] toplevellib.cma broken? Jonathan Roewen
2005-12-22  5:59 ` Jonathan Roewen
2005-12-22  8:21   ` Jonathan Roewen
2005-12-22 21:46     ` Jonathan Roewen
2005-12-23  0:54       ` Jonathan Roewen

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).