companion_cube changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.11 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.11/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
zebrag has quit [Remote host closed the connection]
mfp has quit [Ping timeout: 240 seconds]
<d_bot> <Et7f3> What you see is a magic number each version of the compiler has his magic number and here it seem you use a old compiler (x023) to run new bytecode (x028)
<d_bot> <Et7f3> How does our IRC friend see when we use reply feature of discord ?
<companion_cube> it just appears as a normal message
vicfred_ has joined #ocaml
vicfred has quit [Ping timeout: 252 seconds]
<d_bot> <sip> sup
vicfred_ has quit [Quit: Leaving]
<d_bot> <Curzon> Thank you. I switched the ocaml version and now it works!
vicfred has joined #ocaml
narimiran has joined #ocaml
Anarchos has joined #ocaml
guriya has joined #ocaml
guriya has quit [Changing host]
guriya has joined #ocaml
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #ocaml
mfp has joined #ocaml
guriya has quit [Ping timeout: 240 seconds]
TheLemonMan has joined #ocaml
olle has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
bartholin has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
vicfred has quit [Ping timeout: 246 seconds]
Anarchos has joined #ocaml
mxns_ has joined #ocaml
mxns has quit [Ping timeout: 246 seconds]
Haudegen has joined #ocaml
pagnol has joined #ocaml
boxscape has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
troydm has quit [Ping timeout: 260 seconds]
Anarchos has joined #ocaml
patricoferris has joined #ocaml
patricoferris has quit [Client Quit]
st8less has quit [Quit: WeeChat 2.9]
guriya has joined #ocaml
zebrag has joined #ocaml
zebrag has quit [Quit: Konversation terminated!]
Jesin has quit [Ping timeout: 252 seconds]
zebrag has joined #ocaml
pagnol has quit [Ping timeout: 265 seconds]
Tuplanolla has joined #ocaml
zolk3ri has quit [Ping timeout: 240 seconds]
kini has quit [Ping timeout: 245 seconds]
kini has joined #ocaml
zolk3ri has joined #ocaml
st8less has joined #ocaml
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #ocaml
guriya has quit [Ping timeout: 240 seconds]
guriya has joined #ocaml
zebrag has quit [Remote host closed the connection]
bartholin has quit [Quit: Leaving]
zebrag has joined #ocaml
andreas303 has quit [Ping timeout: 240 seconds]
andreas303 has joined #ocaml
zebrag has quit [Quit: Konversation terminated!]
Haudegen has quit [Quit: Bin weg.]
guriya has quit [Ping timeout: 240 seconds]
olle has quit [Ping timeout: 252 seconds]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
Jesin has joined #ocaml
boxscape has quit [Quit: Connection closed]
boxscape has joined #ocaml
tane has joined #ocaml
narimiran has quit [Ping timeout: 240 seconds]
boxscape has quit [Ping timeout: 260 seconds]
troydm has joined #ocaml
webshinra has quit [Remote host closed the connection]
webshinra has joined #ocaml
Haudegen has joined #ocaml
White_Flame has quit [Ping timeout: 250 seconds]
vicfred has joined #ocaml
waleee-cl has joined #ocaml
Jesin has quit [Ping timeout: 240 seconds]
landonf has quit [Excess Flood]
landonf has joined #ocaml
Anarchos has quit [Ping timeout: 240 seconds]
narimiran has joined #ocaml
zolk3ri has quit [Ping timeout: 240 seconds]
Anarchos has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
Anarchos has joined #ocaml
Hrundi_V_Bakshi has joined #ocaml
narimiran has quit [Ping timeout: 240 seconds]
Jesin has joined #ocaml
tane has quit [Quit: Leaving]
theblatte has quit [Ping timeout: 246 seconds]
theblatte has joined #ocaml
hackinghorn has joined #ocaml
<hackinghorn> hi, I have 2 functions that don't compile, like let rec funa arg = ... in let funb arg = ... and it doesnt compile, although the funa and funb functions can compile on its own
<hackinghorn> it also compiles if I remove "in"
<hackinghorn> what can I do?
<Anarchos> hackinghorn let rec funa arg = … and fund arg = …
<Anarchos> or let funb arg = let rec funa arg = in <funb code> if only funa is recursive
<hackinghorn> Anarchos, thanks, let me try
<hackinghorn> Anarchos, the 2 functions are not very related so the 2nd way will produce "unused variable funa"
andreas303 has quit [Ping timeout: 240 seconds]
<hackinghorn> maybe "and" works
<Anarchos> why did you use the «rec» keyword then ?
andreas303 has joined #ocaml
<hackinghorn> because funa is recursive
<hackinghorn> hmm wut
<Anarchos> if they are not related, just do let funa = ... ;; let funb = ... ;;
<hackinghorn> its not related like that, but later I will do let x = y |> funa |> funb
<hackinghorn> its not in toplevel tho
<Anarchos> the ;; is valid in source files too
<hackinghorn> hehe, I solved it, thx
<Anarchos> hackinghorn i am happy when i can hellp
<hackinghorn> yee yayy
Tuplanolla has quit [Quit: Leaving.]
Hrundi_V_Bakshi has quit [Ping timeout: 252 seconds]
Haudegen has quit [Ping timeout: 240 seconds]
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
White_Flame has joined #ocaml