<d_bot>
<Benoît Barbot> A simple way is to use read_line and Str.split
<octachron>
String.split_on_char should be enough. It seems simpler to avoid the quasi-deprecated Str`.
hosewiejacke has quit [Ping timeout: 240 seconds]
penguwin7 has joined #ocaml
penguwin has quit [Ping timeout: 245 seconds]
penguwin7 is now known as penguwin
<d_bot>
<bikal> @Drup think my brain is fried trying to grok gadt and continuation and the like. Do you have a worked out `scan` that I can learn from?
<d_bot>
<fangyi> When using menhir to generate my parser, it says I have silently resolved shift/reduce conflicts, but `--explain` produces an empty conflicts file, is that expected?
Leonidas_ is now known as Leonidas
Leonidas has quit [Changing host]
Leonidas has joined #ocaml
sagax has quit [Ping timeout: 245 seconds]
hosewiejacke has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
hosewiejacke has quit [Ping timeout: 260 seconds]
<d_bot>
<zseri> I don't think that's normal. (on my system it either produces no `.conflicts` file, or a non-empty `.conflicts` file)
curtosis has joined #ocaml
mfp has quit [*.net *.split]
mbuf has quit [*.net *.split]
caasih has quit [*.net *.split]
beaky has quit [*.net *.split]
ahf has quit [*.net *.split]
mfp has joined #ocaml
caasih has joined #ocaml
mbuf has joined #ocaml
ahf has joined #ocaml
beaky has joined #ocaml
ahf has quit [Ping timeout: 245 seconds]
<steenuil>
wow, that documentation hub thing is really nice
ahf has joined #ocaml
henistein has quit [Quit: Connection closed]
Haudegen has joined #ocaml
<d_bot>
<bikal> @Anurag is there a sample usage for `val ( /~ ) : (('a, 'b) path -> ('c, 'd) path) -> ('a, 'b) target -> ('c, 'd) target` ?