Browse thread
Native delimited continuations for bytecode OCaml
[
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: | oleg@p... |
| Subject: | Re: [Caml-list] Native delimited continuations for bytecode OCaml |
Jacques Garrigue wrote:
>> Fatal error: exception Invalid_argument("output_value: abstract value
>> (Custom)")
> it just says that the marshaller encountered a custom C value.
But there are no such values in my code: C functions return either
Val_long, Val_unit, or a tuple with the tag 0 rather than
Custom_tag. The custom value must be referenced in the custom stack
fragement...