adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.06.0 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.06/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
mengu has joined #ocaml
kakadu has quit [Remote host closed the connection]
ziyourenxiang has joined #ocaml
Haudegen has quit [Remote host closed the connection]
feli has quit [Ping timeout: 265 seconds]
silver_ has joined #ocaml
silver has quit [Ping timeout: 240 seconds]
infinity0_ has joined #ocaml
infinity0_ has quit [Changing host]
infinity0_ has joined #ocaml
infinity0 is now known as Guest35567
Guest35567 has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
mengu has quit [Quit: Leaving...]
silver_ is now known as silver
pierpa has joined #ocaml
silver has quit [Read error: Connection reset by peer]
sz0_ has joined #ocaml
sz0_ is now known as sz0
zolk3ri has quit [Remote host closed the connection]
iitalics has joined #ocaml
iitalics has quit [Ping timeout: 260 seconds]
spew has joined #ocaml
mfp has quit [Ping timeout: 256 seconds]
spew has quit [Read error: Connection reset by peer]
argent_smith1 has quit [Quit: Leaving.]
keyjoo_ has joined #ocaml
jao has quit [Ping timeout: 256 seconds]
govg has joined #ocaml
pierpa has quit [Quit: Page closed]
jbrown has quit [Ping timeout: 248 seconds]
keyjoo_ has quit [Remote host closed the connection]
BitPuffin has joined #ocaml
BitPuffin has quit [Remote host closed the connection]
kerrhau has quit [Ping timeout: 255 seconds]
BitPuffin has joined #ocaml
jimmyrcom has quit [Ping timeout: 276 seconds]
argent_smith has joined #ocaml
KeyJoo has joined #ocaml
jnavila has joined #ocaml
kakadu has joined #ocaml
govg has quit [Ping timeout: 248 seconds]
govg has joined #ocaml
jnavila has quit [Ping timeout: 240 seconds]
ewanas has joined #ocaml
sz0 has quit [Quit: Connection closed for inactivity]
zolk3ri has joined #ocaml
mfp has joined #ocaml
jmiven has quit [Quit: co'o]
KeyJoo has quit [Ping timeout: 276 seconds]
jmiven has joined #ocaml
govg has quit [Quit: leaving]
govg has joined #ocaml
jnavila has joined #ocaml
nicoo has quit [Remote host closed the connection]
nicoo has joined #ocaml
jnavila has quit [Ping timeout: 240 seconds]
Haudegen has joined #ocaml
jnavila has joined #ocaml
KeyJoo has joined #ocaml
jnavila has quit [Ping timeout: 240 seconds]
shinnya has joined #ocaml
tane has joined #ocaml
shinnya has quit [Ping timeout: 276 seconds]
spew has joined #ocaml
silver has joined #ocaml
<Drup> rgrinberg: I hope you appreciate the diplomacy of my answer on re/dune, because that took several rewrites. :]
jao has joined #ocaml
FreeBirdLjj has joined #ocaml
<rgrinberg> I appreciate it :/. I replied in kind. Though I was I had a more satisfactory answer.
TallerGhostWalt has quit [Ping timeout: 248 seconds]
flodin has joined #ocaml
jpdeplaix has quit [Ping timeout: 248 seconds]
TallerGhostWalt has joined #ocaml
flodin_ has quit [Remote host closed the connection]
<Drup> rgrinberg: can we give the "main" module Re a custom .mli too ?
<Drup> I have a horrible idea
<rgrinberg> The alias module? I don't think so but I haven't tried tbh
jpdeplaix has joined #ocaml
ewanas has quit [Remote host closed the connection]
eni has joined #ocaml
ziyourenxiang has quit [Ping timeout: 256 seconds]
jnavila has joined #ocaml
Anarchos has joined #ocaml
sz0 has joined #ocaml
FreeBirdLjj has quit [Remote host closed the connection]
eni has quit [Quit: Leaving]
govg has quit [Ping timeout: 256 seconds]
govg has joined #ocaml
govg has quit [Ping timeout: 256 seconds]
Anarchos has quit [Quit: Vision[0.10.2]: i've been blurred!]
ipfix has quit [Ping timeout: 265 seconds]
ipfix has joined #ocaml
barcabuona has joined #ocaml
jnavila has quit [Ping timeout: 240 seconds]
jbrown has joined #ocaml
andreas_ has joined #ocaml
Haudegen has quit [Read error: Connection reset by peer]
kerrhau has joined #ocaml
kerrhau has quit [Changing host]
kerrhau has joined #ocaml
Haudegen has joined #ocaml
sz0 has quit [Quit: Connection closed for inactivity]
jimmyrcom has joined #ocaml
dtornabene has joined #ocaml
argent_smith1 has joined #ocaml
argent_smith has quit [Ping timeout: 255 seconds]
BitPuffin has quit [Remote host closed the connection]
moei has quit [Quit: Leaving...]
KeyJoo has quit [Ping timeout: 276 seconds]
infinity0 is now known as Guest73795
Guest73795 has quit [Killed (adams.freenode.net (Nickname regained by services))]
infinity0 has joined #ocaml
jnavila has joined #ocaml
jnavila has quit [Remote host closed the connection]
Anarchos has joined #ocaml
spew has quit [Read error: Connection reset by peer]
<companion_cube> so the issue is hiding .cmi?
tane has quit [Quit: Leaving]
sz0 has joined #ocaml
solrize has quit [Ping timeout: 276 seconds]
Anarchos has quit [Quit: Vision[0.10.2]: i've been blurred!]
ski has joined #ocaml
an-tuan has joined #ocaml
maattdd has joined #ocaml
argent_smith1 has quit [Quit: Leaving.]
GreyFaceNoSpace has joined #ocaml
<GreyFaceNoSpace> hello... i am new to ocaml and i am trying to implement the bellman-ford algorithm using ocaml
<GreyFaceNoSpace> can someone help me as i have some problems?
<GreyFaceNoSpace> this is my code
<GreyFaceNoSpace> i have a problem in line 20 of the function run
<GreyFaceNoSpace> but don't really know how to fix it
<thizanne> GreyFaceNoSpace: I don't have much time, but you should probably describe the "problem" rather than waiting for people to try and understand it by themselves
<GreyFaceNoSpace> thizanne, oh sorry
<thizanne> (that would probably increase the probability of you getting an answer)
<GreyFaceNoSpace> i created an init function which initializes the graph for bellman fors algorithm. the function returns an assoc list with (node , (distanceToSource, Predecessor)) tuples
<GreyFaceNoSpace> inside the run function i try to implement the algorithm through folding the list of edges
<GreyFaceNoSpace> and retrieving the info about each vertex from the assoc list returned by init
<GreyFaceNoSpace> but in line 20 i get an error which says: expression has type 'a list but an expression of type 'b->'c->'d->'e->'f was expected.
<thizanne> looks like your if count >= 0 at the top of the function has no corresponding else
<thizanne> also, your let run ... = in ... is wrong
<thizanne> (could work if you type it in the toplevel, but that's not how let works in ocaml)
nopf has joined #ocaml
<thizanne> I must go, sorry for not being able to help more
<thizanne> but you should at least fix your else problem
<companion_cube> rgrinberg: so I'm releasing sequence 1.0, which uses jbuilder!
<GreyFaceNoSpace> ok thanks
<companion_cube> "installability check: new broken package" meh, camelus, y u not happy?!
kerrhau has quit [Quit: bye!]
kerrhau has joined #ocaml
Haudegen has quit [Remote host closed the connection]
pierpa has joined #ocaml
jbrown has quit [Ping timeout: 255 seconds]
zolk3ri has quit [Quit: leaving]
an-tuan has quit [Quit: WeeChat 2.0]
kristof has joined #ocaml
<kristof> anyone here using merlin with vscode? merlin isn't giving me completions for other modules, which is odd
<kristof> I've got main.ml and some other file b.ml in the same src/ directory
<kristof> in / I have .merlin with S src/**
<kristof> unfortunately merlin won't recognize B. file names
kakadu has quit [Remote host closed the connection]
<kristof> Oh, yeah, I tried someone else's project and merlin also breaks. It looks like the merlin plugin for vscode is a bit broken :(
kalio has quit [Ping timeout: 255 seconds]