kaustuv changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | 3.11.1 out now! Get yours from http://caml.inria.fr/ocaml/release.html
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Success]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
slash_ has quit [Client Quit]
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
ulfdoz_ has joined #ocaml
ulfdoz has quit [Read error: 60 (Operation timed out)]
ulfdoz_ is now known as ulfdoz
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Success]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
BiDOrD has quit [Read error: 110 (Connection timed out)]
BiDOrD has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Success]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
hkBst has quit [Read error: 104 (Connection reset by peer)]
authentic has quit [Read error: 54 (Connection reset by peer)]
authentic has joined #ocaml
M| has joined #ocaml
authentic has quit [Read error: 54 (Connection reset by peer)]
authentic has joined #ocaml
Alpounet has quit ["Leaving"]
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
kaustuv_ has joined #ocaml
kaustuv has quit [Read error: 104 (Connection reset by peer)]
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Success]
authentic has joined #ocaml
kaustuv_ has quit ["ERC Version 5.3 (IRC client for Emacs)"]
kaustuv has joined #ocaml
authentic has quit [Read error: 54 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
^authentic has joined #ocaml
^authentic has quit [Remote closed the connection]
authentic has joined #ocaml
julm_ is now known as julm
authentic has quit [Success]
authentic has joined #ocaml
authentic has quit [Success]
authentic has joined #ocaml
authentic has quit [Read error: 54 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Read error: 54 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
^authent1c has joined #ocaml
authentic has quit [Success]
^authent2c has joined #ocaml
^authent1c has quit [Read error: 60 (Operation timed out)]
^authent2c has quit [Connection reset by peer]
^authent1c has joined #ocaml
^authent1c has quit [Connection reset by peer]
^authent3c has joined #ocaml
^authent3c has quit [Success]
^authent4c has joined #ocaml
^authent4c has quit [Remote closed the connection]
authentic has joined #ocaml
seafood has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
mpg_ has joined #ocaml
mpg_ has left #ocaml []
hkBst has joined #ocaml
julm_ has joined #ocaml
julm has quit [Read error: 110 (Connection timed out)]
youscef has joined #ocaml
Amorphous has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
ulfdoz has quit ["brb"]
Amorphous has quit ["shutdown"]
ulfdoz has joined #ocaml
<mellum> I'm trying to build a parser for trees like ((a, b), (c, d, e)) but it's not working, I have:
<mellum> let rec parse_tree = parser
<mellum> [< 'Lparen; t = parse_tuple; 'Rparen >] -> Node t
<mellum> | [< 'String s >] -> Leaf s
<mellum> and parse_tuple = parser
<mellum> [< >] -> []
<mellum> | [< t1 = parse_tree; 'Comma; rest = parse_tuple; >] -> t1 :: rest
<mellum> but all I get is Fatal error: exception Stream.Error("")
<mellum> not very helpful...
<mellum> aby ideas?
julm_ is now known as julm
ulfdoz has quit [Remote closed the connection]
ulfdoz has joined #ocaml
Amorphous has joined #ocaml
raboof has quit [Read error: 104 (Connection reset by peer)]
seafood has quit []
Palace_Chan has joined #ocaml
rixed has joined #ocaml
noj has quit [Remote closed the connection]
noj has joined #ocaml
Palace_Chan has quit [Client Quit]
komar_ has joined #ocaml
ulfdoz has quit [Read error: 110 (Connection timed out)]
ulfdoz has joined #ocaml
slash_ has joined #ocaml
rixed has quit ["rebooting"]
julm_ has joined #ocaml
julm has quit [Read error: 110 (Connection timed out)]
mishok13 has joined #ocaml
julm_ is now known as julm
M| has quit ["Never look down on someone unless you're helping them up."]
BiDOrD has quit [Remote closed the connection]
BiDOrD has joined #ocaml
mishok13 has quit [Read error: 60 (Operation timed out)]
aym has joined #ocaml
Palace_Chan has joined #ocaml
mishok13 has joined #ocaml
mishok13 has quit [Read error: 110 (Connection timed out)]
sgnb` is now known as sgnb
hkBst has quit [Read error: 104 (Connection reset by peer)]
authentic has quit [Read error: 104 (Connection reset by peer)]
authentic has joined #ocaml
julm_ has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Read error: 60 (Operation timed out)]
authentic has joined #ocaml
julm has quit [Read error: 110 (Connection timed out)]
authentic has quit [Success]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
^authentic has joined #ocaml
authentic has quit [Operation timed out]
^authentic has quit [Connection reset by peer]
authentic has joined #ocaml
easy4 has quit [Read error: 110 (Connection timed out)]
authentic has quit [Read error: 54 (Connection reset by peer)]
authentic has joined #ocaml
aym has quit []
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
youscef has quit ["KVIrc 3.4.0 Virgo http://www.kvirc.net/"]
noj has quit [wolfe.freenode.net irc.freenode.net]
noj has joined #ocaml
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
slash_ has quit [Client Quit]
slash_ has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
ulfdoz has quit [Read error: 110 (Connection timed out)]
slash_ has quit [Client Quit]
authentic has quit [Connection reset by peer]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
^authentic has joined #ocaml
^authentic has quit [Connection reset by peer]
Palace_Chan has quit [Client Quit]
^authentic has joined #ocaml
^authentic has quit [Remote closed the connection]
^authentic has joined #ocaml
^authentic has quit [Remote closed the connection]
^authentic has joined #ocaml
authentic has quit [Connection timed out]
BiDOrD has quit [Read error: 110 (Connection timed out)]
BiDOrD has joined #ocaml
^authentic has quit [Success]
authentic has joined #ocaml
authentic has quit [Read error: 54 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
authentic has joined #ocaml
authentic has quit [Read error: 54 (Connection reset by peer)]
authentic has joined #ocaml
authentic has quit [Remote closed the connection]
mlh has joined #ocaml
authentic has joined #ocaml
authentic has quit [Connection reset by peer]
authentic has joined #ocaml