Browse thread
Objective Caml 3.00 released
[
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: | -- (:) |
| From: | Frank Atanassow <franka@c...> |
| Subject: | Help: anyone knows what this error message means |
Friedman Roy writes:
> I have received the following error message while trying to run my
> program. Does anyone knows what it means?
>
> Fatal error: uncaught exception Invalid_argument("output_value: functional
> value")
I guess it means you tried to output a function, although that is not exactly
the message I get:
# output_value stdout succ;;
Uncaught exception: Invalid_argument "output_value: abstract value".
--
Frank Atanassow, Dept. of Computer Science, Utrecht University
Padualaan 14, PO Box 80.089, 3508 TB Utrecht, Netherlands
Tel +31 (030) 253-1012, Fax +31 (030) 251-3791