amiloradovsky has quit [Remote host closed the connection]
yomimono has joined #ocaml
amiloradovsky has joined #ocaml
webshinra has quit [Read error: Connection reset by peer]
smazga has quit [Ping timeout: 256 seconds]
decentpenguin has quit [Quit: ZNC crashed or something]
webshinra has joined #ocaml
decentpenguin has joined #ocaml
snowpanda has quit [Quit: Leaving...]
reynir has quit [Ping timeout: 260 seconds]
mxns has joined #ocaml
reynir has joined #ocaml
mxns has quit [Ping timeout: 272 seconds]
smazga has joined #ocaml
smazga has quit [Ping timeout: 240 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 272 seconds]
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
smazga has joined #ocaml
smazga has quit [Ping timeout: 260 seconds]
reynir has quit [Ping timeout: 240 seconds]
lopex has joined #ocaml
Tuplanolla has joined #ocaml
reynir has joined #ocaml
metadave has quit [Ping timeout: 272 seconds]
metadave has joined #ocaml
nullcone has quit [Ping timeout: 272 seconds]
smazga has joined #ocaml
robmyers has quit [Ping timeout: 272 seconds]
brettgilio_ has joined #ocaml
nullcone has joined #ocaml
brettgilio has quit [Ping timeout: 258 seconds]
cemerick has quit [Ping timeout: 272 seconds]
robmyers has joined #ocaml
Abdallah has joined #ocaml
bitonic has quit [Ping timeout: 272 seconds]
cemerick has joined #ocaml
smazga has quit [Ping timeout: 260 seconds]
bytesighs has quit [Ping timeout: 272 seconds]
<Abdallah>
Hi! I'm trying to use ppx_show but I'm getting a strange compile-time error "Unbound module Ppx_show_runtime". Any clue?
bitonic has joined #ocaml
bytesighs has joined #ocaml
bartholin has joined #ocaml
reynir has quit [Ping timeout: 265 seconds]
reynir has joined #ocaml
smazga has joined #ocaml
<ggole>
You might need -linkpkg
<ggole>
To be more exact: you should not need -linkpkg if you are compiling your module for linking, but you will to produce an executable
smazga has quit [Ping timeout: 260 seconds]
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
smazga has joined #ocaml
smazga has quit [Ping timeout: 258 seconds]
Haudegen has joined #ocaml
<Abdallah>
Thanks, that looks like it could help (I'm indeed producing an executable).
<Abdallah>
I'm using ocamlbuild with the line "ocamlbuild -j 4 -use-menhir -use-ocamlfind -yaccflag --table -pkgs menhirLib,str,unix,ppx_show src/Main.native" and I haven't yet found what option to use to pass -linkpkg to ocamlfind.
inkbottle has joined #ocaml
zebrag has quit [Ping timeout: 258 seconds]
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
mxns has joined #ocaml
mxns has quit [Ping timeout: 258 seconds]
smazga has joined #ocaml
smazga has quit [Ping timeout: 260 seconds]
smazga has joined #ocaml
smazga has quit [Ping timeout: 272 seconds]
bartholin has quit [Ping timeout: 260 seconds]
waleee-cl has joined #ocaml
bartholin has joined #ocaml
smazga has joined #ocaml
bartholin has quit [Ping timeout: 240 seconds]
smazga has quit [Ping timeout: 260 seconds]
reynir has quit [Ping timeout: 240 seconds]
Abdallah has quit [Ping timeout: 245 seconds]
reynir has joined #ocaml
larou has joined #ocaml
mxns has joined #ocaml
djellemah has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
tane has joined #ocaml
nullcone has quit [Quit: Connection closed for inactivity]
smazga has joined #ocaml
smazga has quit [Ping timeout: 265 seconds]
larou has quit [Quit: Connection closed]
wingsorc has joined #ocaml
smazga has joined #ocaml
smazga has quit [Ping timeout: 240 seconds]
mxns has joined #ocaml
Haudegen has quit [Quit: No Ping reply in 180 seconds.]
jnavila_ has quit [Quit: Konversation terminated!]
snowpanda has joined #ocaml
nullcone has joined #ocaml
smazga has joined #ocaml
smazga has quit [Ping timeout: 240 seconds]
garfr has joined #ocaml
<garfr>
Is syntax like "item.member" to access the memeber field in a record type safe? I know in SML there are compiler functions similar and they are not type checked well.
<Fardale>
garfr: yes, you will get a type error if you try to access a field that does not exist in a record
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
<d_bot>
<arctumn> what is a good symbol to simulate haskel [num1..num2]?
<d_bot>
<arctumn> I'm currently using (=@) to represente range but it does not look a great representation
smazga has joined #ocaml
<garfr>
Fardale: I just checked this and it appears that it is type checked. It throws a compile time error. My question was a bit vague but I meant whether it throws a runtime error
smazga has quit [Ping timeout: 256 seconds]
smazga has joined #ocaml
<d_bot>
<mnxn> @arctumn I think batteries uses `--` for a range
<d_bot>
<ostera> @Drup how are you printing that out? Format?