Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
decentpenguin has quit [Read error: Connection reset by peer]
laokz has quit [Remote host closed the connection]
laokz has joined #ocaml
decentpenguin has joined #ocaml
narimiran has quit [Ping timeout: 264 seconds]
Haudegen has quit [Quit: Bin weg.]
ggole has joined #ocaml
yomimono_ has quit [Ping timeout: 256 seconds]
yomimono has joined #ocaml
mmohammadi981266 has joined #ocaml
mmohammadi981266 has quit [Client Quit]
mmohammadi981266 has joined #ocaml
mmohammadi981266 has quit [Client Quit]
bartholin has joined #ocaml
bartholin has quit [Client Quit]
mmohammadi981266 has joined #ocaml
mmohammadi981266 has quit [Client Quit]
mxns has joined #ocaml
Haudegen has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
laokz has quit [Ping timeout: 258 seconds]
djellemah has joined #ocaml
laokz has joined #ocaml
reynir has quit [Ping timeout: 260 seconds]
reynir has joined #ocaml
stux|RC has quit [Quit: Aloha!]
stux|RC has joined #ocaml
stux|RC has quit [Client Quit]
<olle>
ski: ?
<olle>
hm
<olle>
sorry
stux|RC has joined #ocaml
mmohammadi981266 has joined #ocaml
mmohammadi981266 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
caente has joined #ocaml
mmohammadi981266 has joined #ocaml
mmohammadi981266 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
mxns has joined #ocaml
mmohammadi981266 has joined #ocaml
mmohammadi981266 has quit [Quit: I quit (╯°□°)╯︵ ┻━┻]
mmohammadi981266 has joined #ocaml
ruffy_ has joined #ocaml
<ruffy_>
I am not that experienced in OCaml, but I would like to use https://github.com/cil-project/cil. If I compile it, then I get "Error: Unbound module Big_int". Does anyone can help me with that?
<companion_cube>
it doesn't seem maintained at all…
<ruffy_>
Yes, indeed, but I need it as it is a dependency for another program
<ruffy_>
Do you know what the problem is?
<ruffy_>
I mean Big_int comes from the ocaml num lib, as far as I know, which I have installed...
mmohammadi981266 has quit [Quit: Ping timeout (120 seconds)]
<ruffy_>
and it is also opened in the respective module
mmohammadi981266 has joined #ocaml
<ruffy_>
that's why I cannot see what the problem here is
laokz has quit [Remote host closed the connection]
laokz has joined #ocaml
<companion_cube>
you need it as a dependency
<companion_cube>
something needs to indicate it depends on `num`
<companion_cube>
oh maybe you just need to install num, on a recent OCaml it might not come by default?
spew has joined #ocaml
<ruffy_>
Hmmmm I thought that it was specified in their Makefile, but I'm gonna check that
<ruffy_>
Yes, that's true. I installed num via opam
<companion_cube>
the opam file might need to be upgraded to opam 2's format, and to include `num`
<ruffy_>
Oh I see...hmm, I will try to do that
<ruffy_>
Thanks! :)
mmohammadi981266 has quit [Read error: Connection reset by peer]
laokz has quit [Quit: Leaving]
waleee-cl has joined #ocaml
hnOsmium0001 has joined #ocaml
narimiran has joined #ocaml
* ski
looks at olle
Anarchos has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
aaaaaa has joined #ocaml
<olle>
^^
olle has quit [Ping timeout: 260 seconds]
wingsorc has quit [Quit: Leaving]
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
Haudegen has joined #ocaml
vesper11 has joined #ocaml
Anarchos has joined #ocaml
mxns has quit [Ping timeout: 246 seconds]
TheLemonMan has joined #ocaml
reynir has quit [Ping timeout: 256 seconds]
reynir has joined #ocaml
jnavila has joined #ocaml
Haudegen has quit [Quit: No Ping reply in 180 seconds.]
Haudegen has joined #ocaml
amiloradovsky has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
ggole has quit [Quit: Leaving]
nullcone has joined #ocaml
Anarchos has joined #ocaml
mxns has joined #ocaml
osa1 has quit [Ping timeout: 260 seconds]
Hrundi_V_Bakshi has joined #ocaml
narimiran has quit [Ping timeout: 256 seconds]
jnavila has quit [Quit: Konversation terminated!]
amiloradovsky has quit [Ping timeout: 244 seconds]
amiloradovsky has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
amiloradovsky has quit [Ping timeout: 260 seconds]
sonologico has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
<remexre>
is there any shorthand for (fun x -> x.foo)? foo and (.foo) didn't work, sadly
<companion_cube>
no, there is not
<copy>
some people write let foo { foo; _ } = foo after their type definitions or use a ppx to automate it
<companion_cube>
`let foo x = x.foo` is shorter :)
sonologico has quit [Remote host closed the connection]
Hrundi_V_Bakshi has quit [Ping timeout: 256 seconds]