[
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: | Vincent Hanquez <vincent@s...> |
| Subject: | Re: [Caml-list] virtual instance variables |
On Thu, Jun 28, 2007 at 02:47:59PM +0100, Jon Harrop wrote:
> $ ocaml
> Objective Caml version 3.10.0
>
> # (object val virtual c : float method m = c end) # m;;
> Signal -10
>
> and what is signal -10?! :-)
$ ocaml
Objective Caml version 3.10.0
# Sys.sigsegv;;
- : int = -10
#
--
Vincent Hanquez