Browse thread
Exception Unix_error problem in toplevel
[
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: | ls-ocaml-developer-2006@m... |
| Subject: | Re: [Caml-list] Exception Unix_error problem in toplevel |
Bob Williams <a6b37331@telus.net> writes: > Now to the possible bug in toplevel. According to section 6.8.2 of > the OCaml manual, > > exception Unix_error of ... > > simply declares another variant of the built-in variant type "exn". I > haven't looked into the implementation of OCaml, but I assume the > compiler statically assigns a tag number to every variant of a normal > variant type. For exn, however, the tag numbers must be assigned at > load time or run time. > > And that is the problem I stumbled over. The second copy of Oh cool. :-). There should be RAQ (rarely asked questions + obscure problems). This should go into it :-). Regards -- Markus