<samx>
i'd imagine type inference is the reason.. that it could not infer between record types and objects, as both would be used as 'foo.bar'
<samx>
although as the ocaml team seems to consider syntax totally insignificant, there might be a bit additional reason too, but likely mostly the first
<timmy>
Error while linking main.cmo:
engstad has quit [Read error: 104 (Connection reset by peer)]
<timmy>
The external function `caml_thread_self' is not available
<timmy>
guessing that is from: val mutable listen_thread = Thread.self ()
<timmy>
does that mean the function is not supported or something
skylan has quit ["brb"]
skylan has joined #ocaml
yangsx has joined #ocaml
yangsx has quit ["Client Exiting"]
malc has joined #ocaml
Demitar has joined #ocaml
malc has quit ["no reason"]
yangsx has joined #ocaml
Demitar has quit [Read error: 113 (No route to host)]
yangsx has quit ["Client Exiting"]
Johann_P_ has joined #ocaml
Johann_P_ is now known as Johann_P
Johann_P has quit ["ChatZilla 0.8.8 [Mozilla rv:1.1a/20020610]"]
owll has joined #ocaml
skylan has quit [Connection timed out]
owll has quit ["Client Exiting"]
skylan has joined #ocaml
<timmy>
can anyone help me with this:
<timmy>
The external function `caml_thread_self' is not available
<timmy>
from: val mutable listen_thread = Thread.self ()
<timmy>
does that mean the function is not supported{