Browse thread
[Caml-list] toplevellib.cma broken?
- Jonathan Roewen
[
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-12-22 (05:57) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] toplevellib.cma broken? |
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")