00:03
milosn has joined #ocaml
00:05
ulfdoz_ has joined #ocaml
00:05
milosn_ has quit [Ping timeout: 240 seconds]
00:08
ulfdoz has quit [Ping timeout: 252 seconds]
00:08
ulfdoz_ is now known as ulfdoz
00:25
RagingDave has quit [Quit: Ex-Chat]
00:32
tac_ has quit [Ping timeout: 245 seconds]
00:39
emmanuelux has quit [Remote host closed the connection]
00:51
tac has joined #ocaml
01:19
madroach has quit [Ping timeout: 248 seconds]
01:21
lolcathost has quit [Read error: Connection reset by peer]
01:21
madroach has joined #ocaml
01:21
lolcathost has joined #ocaml
01:24
<
benmachine >
I am running ocamlc -o build/misc.cmo -c misc.ml -I build
01:24
<
benmachine >
and getting Error: Could not find the .cmi file for interface misc.mli.
01:24
<
benmachine >
misc.cmi is in build/
01:24
<
benmachine >
am I misunderstanding what -I does?
01:25
<
benmachine >
how do I add a directory to the path searched for .cmi files?
01:27
<
thelema >
odd; -I should do what you're thinking
01:32
<
thelema >
is build/misc.cmi empty?
01:39
<
benmachine >
ah, it depends which order you put things in
01:40
<
benmachine >
ocamlc -o build/misc.cmo -c -I build misc.ml
01:40
<
benmachine >
seems to work fine
01:45
<
benmachine >
oh, and the order I specify the object files when linking is important too :(
01:46
<
benmachine >
(I don't remember if this is normal or not, I'm spoiled by ghc --make :P )
01:49
<
Qrntz >
you could use an automated building system like ocamlbuild, that'll figure out all of the dependencies for you
01:51
<
thelema >
benmachine: link order is very important; modules are executed in link order
01:51
<
benmachine >
thelema: that makes sense
01:51
<
benmachine >
just didn't think of it like that
01:55
<
benmachine >
ok so now I am doing, ocamlbuild -pkg unix find_but_CVS.byte; this works but prints Warning: tag "package" does not expect a parameter, but is used with parameter "unix"
01:59
<
thelema >
-tag use_unix
01:59
<
benmachine >
instead of -pkg?
01:59
<
thelema >
although I always use a _tags file
02:00
<
thelema >
true: package(unix) <- put in _tags file
02:00
<
thelema >
and compile with -use-ocamlfind
02:01
<
thelema >
I'm assuming you're using at least OCaml 3.12
02:04
mye has joined #ocaml
02:04
<
benmachine >
okay, awesome, thanks
02:04
<
benmachine >
my program compiles fine now; I get to start worrying about why it doesn't do what I want :)
02:17
lolcathost has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
02:18
lolcathost has joined #ocaml
02:43
lasagna is now known as lasagna|drunk
03:17
lolcathost has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
03:18
lolcathost has joined #ocaml
03:47
lolcathost has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
03:58
PM has quit [Ping timeout: 246 seconds]
03:59
PM has joined #ocaml
04:01
mattrepl has quit [Quit: mattrepl]
04:04
lolcathost has joined #ocaml
04:35
ulfdoz has quit [Ping timeout: 260 seconds]
05:03
hongboz has quit [Ping timeout: 264 seconds]
05:18
lolcathost has quit [Ping timeout: 260 seconds]
05:34
lolcathost has joined #ocaml
05:40
lolcathost has quit [Ping timeout: 260 seconds]
05:48
mye has quit [Quit: mye]
06:01
lolcathost has joined #ocaml
06:01
lolcathost has quit [Client Quit]
06:03
ttamttam has joined #ocaml
06:15
lolcathost has joined #ocaml
06:17
gour has joined #ocaml
06:19
ttamttam has quit [Read error: Connection reset by peer]
06:20
ttamttam has joined #ocaml
06:22
ttamttam has quit [Read error: Connection reset by peer]
06:22
ttamttam has joined #ocaml
06:29
Demitar has quit [Ping timeout: 240 seconds]
06:30
mye has joined #ocaml
06:33
tac is now known as sudlowbot
06:36
sudlowbot is now known as tac
06:38
weie has joined #ocaml
06:40
tac is now known as sudlowbot
06:41
sudlowbot is now known as tac
06:42
tac has left #ocaml []
06:47
milosn has quit [Remote host closed the connection]
06:47
tac has joined #ocaml
06:54
ontologiae has joined #ocaml
06:54
djcoin has joined #ocaml
07:00
<
tac >
Does Ocaml allow similarly named constructors to appear in multiple types?
07:02
<
tac >
I can't, for instance, do: type tree1 = Empty | Binary of tree1 * tree1;; and then turn around and do tree2 = Empty | Tertiary of tree2 * tree2 * tree2;;, can I?
07:03
<
adrien >
not in the same namespace
07:03
<
adrien >
for that exemple, I'd use an option type instead
07:04
<
adrien >
(well, it allows them to be in the same namespace but you won't be able to access the older one)
07:04
<
tac >
What defines the namespace boundaries?
07:04
<
tac >
Or is there a namespace keyword of some kind?
07:05
* adrien
has to go, bbl
07:17
ontologiae has quit [Ping timeout: 252 seconds]
07:21
hkBst has joined #ocaml
07:25
thomasga has joined #ocaml
07:26
Demitar has joined #ocaml
07:26
hkBst has quit [Ping timeout: 272 seconds]
07:31
<
lasagna|drunk >
how do arrays and lists differ?
07:31
Cyanure has joined #ocaml
07:37
thomasga1 has joined #ocaml
07:38
hkBst has joined #ocaml
07:38
hkBst has quit [Changing host]
07:38
hkBst has joined #ocaml
07:39
thomasga has quit [Ping timeout: 260 seconds]
07:39
sgnb has quit [Read error: Connection reset by peer]
07:41
sgnb has joined #ocaml
07:43
hkBst has quit [Read error: Connection reset by peer]
07:46
<
tac >
lasagna|drunk: arrays are mutable. Lists are immutable
07:46
<
tac >
Arrays are O(1) access
07:46
<
tac >
Lists are O(n)
07:47
<
tac >
Lists are better for many functional algorithms
07:47
<
tac >
Arrays are better for doing things fast (like you would in C)
07:47
mika1 has joined #ocaml
07:47
RagingDave has joined #ocaml
07:52
thomasga1 has quit [Ping timeout: 240 seconds]
07:52
thomasga has joined #ocaml
07:52
sgnb has quit [Read error: Connection reset by peer]
07:52
sgnb has joined #ocaml
07:53
cago has joined #ocaml
07:55
chambart has joined #ocaml
07:57
<
orbitz >
arrays give you access to low level shit too, like mmap!
07:58
wuttf_ has joined #ocaml
08:00
hkBst_ has joined #ocaml
08:00
hkBst_ has quit [Changing host]
08:00
hkBst_ has joined #ocaml
08:01
<
adrien_oww >
orbitz: bigarrays, no?
08:01
<
orbitz >
bigassarrays
08:05
lasagna|drunk is now known as lasagna
08:05
<
tac >
You can have big ass lists too. It's just a little more silly
08:06
hkBst__ has joined #ocaml
08:07
hkBst_ has quit [Ping timeout: 276 seconds]
08:08
<
orbitz >
tac: not for mmap
08:11
hkBst__ has quit [Ping timeout: 260 seconds]
08:16
ontologiae has joined #ocaml
08:18
<
wuttf_ >
On that page. Is there a nicer way?
08:19
<
wuttf_ >
Also xplatform
08:22
hkBst__ has joined #ocaml
08:26
<
adrien_oww >
ocamlnet
08:26
<
adrien_oww >
ocaml-http
08:26
<
adrien_oww >
probably libs from mirage
08:26
<
adrien_oww >
and a couple others
08:27
<
asmanur_ >
even with unix its much simpler
08:27
<
asmanur_ >
you can use establish_server
08:27
<
wuttf_ >
adrien_oww: Ty.
08:31
ontologiae has quit [Read error: Connection reset by peer]
08:32
myx has joined #ocaml
08:33
<
adrien_oww >
tbh the code on that page does a lot of things
08:33
ontologiae has joined #ocaml
08:37
cdidd has joined #ocaml
08:39
ttamttam has quit [Quit: ttamttam]
08:41
lolcathost has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
08:51
ttamttam has joined #ocaml
08:56
Demitar has quit [Ping timeout: 255 seconds]
08:58
lasagna has quit []
08:59
Snark has joined #ocaml
08:59
RagingDave has quit [Quit: Ex-Chat]
09:00
_andre has joined #ocaml
09:01
hkBst__ has quit [Ping timeout: 255 seconds]
09:02
hkBst has joined #ocaml
09:04
hkBst has quit [Excess Flood]
09:05
hkBst has joined #ocaml
09:06
RagingDave has joined #ocaml
09:07
milosn has joined #ocaml
09:09
jbrown has joined #ocaml
09:14
RagingDave has quit [Read error: Connection reset by peer]
09:14
jbrown has quit [Ping timeout: 246 seconds]
09:14
RagingDave has joined #ocaml
09:17
Demitar has joined #ocaml
09:18
ttamttam has quit [Quit: ttamttam]
09:23
RagingDave has quit [Read error: Connection reset by peer]
09:26
jbrown has joined #ocaml
09:30
mye has quit [Ping timeout: 260 seconds]
09:39
mye has joined #ocaml
09:39
mika1 has quit [Quit: Leaving.]
09:51
hkBst has quit [Ping timeout: 252 seconds]
09:54
hkBst has joined #ocaml
09:54
hkBst has quit [Changing host]
09:54
hkBst has joined #ocaml
10:05
lolcathost has joined #ocaml
10:09
sgnb has quit [Read error: Connection reset by peer]
10:09
tac has quit [Ping timeout: 245 seconds]
10:09
sgnb has joined #ocaml
10:10
hkBst has quit [Ping timeout: 272 seconds]
10:10
ttamttam has joined #ocaml
10:15
hkBst has joined #ocaml
10:21
hkBst has quit [Ping timeout: 252 seconds]
10:23
hkBst has joined #ocaml
10:23
hkBst has quit [Changing host]
10:23
hkBst has joined #ocaml
10:39
hkBst has quit [Read error: Connection reset by peer]
10:43
pippijn has quit [Remote host closed the connection]
10:52
hkBst_ has joined #ocaml
10:52
hkBst_ has quit [Changing host]
10:52
hkBst_ has joined #ocaml
10:55
lolcathost has quit [Ping timeout: 255 seconds]
10:57
mye has quit [Quit: mye]
11:04
leoncamel has joined #ocaml
11:13
Submarine has joined #ocaml
11:17
mye has joined #ocaml
11:19
mika1 has joined #ocaml
11:24
fab_ has joined #ocaml
11:24
philed has quit [Read error: Operation timed out]
11:25
<
fab_ >
hi, i have a problem compiling an ocaml file
11:26
<
fab_ >
i enter 'ocamlc -c -I +camlp4 -pp camlp4of.opt main.ml' o the shell
11:26
<
fab_ >
sh: camlp4of.opt: not found
11:26
sgnb has quit [Read error: Connection reset by peer]
11:26
<
orbitz >
camlp4of.opt in your path?
11:26
sgnb has joined #ocaml
11:26
<
fab_ >
i don't know if is the right way to compile in ocaml
11:27
<
orbitz >
there yougo
11:27
<
orbitz >
do you have camlp4of in your path?
11:27
<
orbitz >
(and are you using anything from camlp4of?
11:27
<
fab_ >
no just the files
11:28
<
fab_ >
in the path there are only ml file
11:28
<
orbitz >
$PATH not path
11:28
<
fab_ >
ok i have to add the camlp4of.opt in the $PATH?
11:29
ontologiae has quit [Ping timeout: 265 seconds]
11:29
<
orbitz >
-pp just runs a program and pipes your .ml into it and compiles the stdout
11:30
<
orbitz >
So do you have camlp4of.opt installed? is it in your $PATH? Do you have camlp4of installed? is it in your $PATH?
11:30
lolcathost has joined #ocaml
11:32
<
fab_ >
i installed Camlp4
11:32
<
orbitz >
Not what I asked :)
11:33
<
fab_ >
where i can find camlp4of.opt
11:34
<
orbitz >
where is ocamlc?
11:35
<
fab_ >
i don't know, i have install ocaml, emacs and camlp4
11:35
leoncamel has quit [Ping timeout: 252 seconds]
11:35
<
fab_ >
with tuareg mode
11:36
<
orbitz >
which ocamlc
11:36
mika1 has quit [Quit: Leaving.]
11:36
zip has quit [Read error: Connection reset by peer]
11:36
<
fab_ >
what is ocamlc?
11:37
zip has joined #ocaml
11:37
<
orbitz >
07:25 < fab_> i enter 'ocamlc -c -I +camlp4 -pp camlp4of.opt main.ml' o the shell
11:38
<
fab_ >
yes, couse there is a comment in the main file
11:41
fab__ has joined #ocaml
11:42
<
fab__ >
connection problem sorry
11:42
fab_ has quit [Ping timeout: 245 seconds]
11:43
<
fab__ >
i didn't read what you have wrtie
11:48
leoncamel has joined #ocaml
11:49
mika1 has joined #ocaml
11:55
ontologiae has joined #ocaml
11:57
lenstr is now known as lenstr-off
11:58
<
fab__ >
the file caml4of.opt was in the package camlp4-extra
12:01
fab__ has left #ocaml []
12:06
mika1 has quit [Quit: Leaving.]
12:07
mika1 has joined #ocaml
12:12
mye has quit [Quit: mye]
12:17
wuttf_ has quit [Ping timeout: 245 seconds]
12:28
gnuvince_ has quit [Ping timeout: 272 seconds]
12:31
gnuvince_ has joined #ocaml
12:31
gnuvince_ has quit [Read error: Connection reset by peer]
12:32
lenstr-off is now known as lenstr
12:33
hkBst_ has quit [Ping timeout: 276 seconds]
12:33
milosn has quit [Read error: Connection reset by peer]
12:33
gnuvince_ has joined #ocaml
12:39
milosn has joined #ocaml
12:44
sgnb has quit [Ping timeout: 246 seconds]
12:47
sgnb has joined #ocaml
13:04
hkBst_ has joined #ocaml
13:06
pkrnj has joined #ocaml
13:06
myx has quit [Read error: Operation timed out]
13:21
myx has joined #ocaml
13:25
jbrown has quit [Ping timeout: 272 seconds]
13:26
hkBst_ has quit [Read error: Connection reset by peer]
13:27
hkBst_ has joined #ocaml
13:37
jbrown has joined #ocaml
13:39
RagingDave has joined #ocaml
13:39
liuw has quit [Remote host closed the connection]
13:39
hkBst_ has quit [Read error: Connection reset by peer]
13:41
so has quit [Ping timeout: 240 seconds]
13:43
hkBst__ has joined #ocaml
13:52
hkBst__ has quit [Remote host closed the connection]
13:52
hongboz has joined #ocaml
13:52
hkBst__ has joined #ocaml
13:59
tane has joined #ocaml
14:00
q66 has joined #ocaml
14:01
tane has quit [Client Quit]
14:02
dabd has joined #ocaml
14:11
mattrepl has joined #ocaml
14:28
mye has joined #ocaml
14:29
ontologi1e has joined #ocaml
14:30
ontologiae has quit [Read error: Connection reset by peer]
14:40
xlr has quit [Ping timeout: 240 seconds]
14:47
Cyanure has quit [Remote host closed the connection]
14:57
gnuvince_ has quit [Ping timeout: 272 seconds]
15:05
cago has left #ocaml []
15:05
Submarine has quit [Remote host closed the connection]
15:06
mika1 has quit [Quit: Leaving.]
15:10
hkBst__ has quit [Ping timeout: 276 seconds]
15:10
hkBst__ has joined #ocaml
15:11
Tobu has joined #ocaml
15:14
gnuvince_ has joined #ocaml
15:17
tac has joined #ocaml
15:32
RagingDave has quit [Quit: Ex-Chat]
15:50
ttamttam has quit [Quit: ttamttam]
15:54
djcoin has quit [Quit: WeeChat 0.3.9.2]
15:56
milosn has quit [Remote host closed the connection]
15:59
thomasga has quit [Quit: Leaving.]
16:01
hkBst__ has quit [Quit: Konversation terminated!]
16:07
xlr has joined #ocaml
16:13
pkrnj has quit [Ping timeout: 255 seconds]
16:14
jbrown has quit [Ping timeout: 265 seconds]
16:15
jbrown has joined #ocaml
16:18
pkrnj has joined #ocaml
16:24
xavierm02 has joined #ocaml
16:26
lopexx has joined #ocaml
16:39
Demitar has quit [Ping timeout: 272 seconds]
16:52
tane has joined #ocaml
16:54
mbac has joined #ocaml
17:00
milosn has joined #ocaml
17:03
jamii has joined #ocaml
17:05
hongboz has quit [Ping timeout: 256 seconds]
17:07
thomasga has joined #ocaml
17:07
Demitar has joined #ocaml
17:08
cdidd has quit [Remote host closed the connection]
17:09
osa1 has joined #ocaml
17:09
<
osa1 >
do we have a better ocaml toplevel than default one ? one that supports C-r style search, and command history ?
17:10
<
PM >
osa1: use rlwrap :-)
17:11
<
PM >
install it, then “rlwrap ocaml”
17:11
<
osa1 >
PM: whoa that's awesome :-) many thanks
17:12
<
PM >
you’re welcome ;) it should work with any other program
17:16
mye has quit [Quit: mye]
17:24
dabd has quit [Quit: Ex-Chat]
17:36
Submarine has joined #ocaml
17:39
<
flux >
osa1, some probably run ocaml from emacs as well (I only do it when testing code fragments, easy to send current function to it)
17:45
hongboz has joined #ocaml
17:49
ousado has joined #ocaml
17:50
ousado has quit [Changing host]
17:50
ousado has joined #ocaml
17:55
mye__ has joined #ocaml
17:55
<
osa1 >
flux: I use vim
17:55
mye___ has joined #ocaml
17:56
vivanov has joined #ocaml
17:57
tac-tics has joined #ocaml
17:58
tac has quit [Ping timeout: 245 seconds]
17:58
mye has joined #ocaml
17:59
mye__ has quit [Ping timeout: 260 seconds]
18:00
mye___ has quit [Ping timeout: 260 seconds]
18:01
mye___ has joined #ocaml
18:03
mye has quit [Ping timeout: 248 seconds]
18:03
mye has joined #ocaml
18:04
mye_ has joined #ocaml
18:05
mye__ has joined #ocaml
18:05
mye___ has quit [Ping timeout: 248 seconds]
18:08
mye has quit [Ping timeout: 256 seconds]
18:08
Reventlov has joined #ocaml
18:08
vivanov has quit [Quit: leaving]
18:09
mye_ has quit [Ping timeout: 260 seconds]
18:09
mye__ has quit [Ping timeout: 260 seconds]
18:13
mye has joined #ocaml
18:13
_andre has quit [Quit: leaving]
18:13
Enjolras has joined #ocaml
18:14
<
Enjolras >
I have an object which contains mutable fields to this object type
18:15
<
Enjolras >
and i whould like to write methods to set these mutable fields
18:15
mye_ has joined #ocaml
18:15
<
Enjolras >
But this i want to write derived class which inhertit from this base class
18:16
<
Enjolras >
and… boom and don't know how to type that
18:16
mye__ has joined #ocaml
18:16
<
Enjolras >
since the methods should have the type myobject -> unit, and not baseobject -> unit
18:17
mye has quit [Ping timeout: 240 seconds]
18:19
mye has joined #ocaml
18:19
mye_ has quit [Ping timeout: 248 seconds]
18:19
<
ousado >
there isnät a tiling wm written in ocaml bz anz chance?
18:20
<
ousado >
*isn't, by, any
18:20
mye__ has quit [Ping timeout: 240 seconds]
18:20
<
adrien >
tiling, I don't think so
18:21
Playground has joined #ocaml
18:21
<
Qrntz >
there was GwML but I think it's not around anymore
18:22
<
ousado >
I'm considering to switch from awesome to xmonad
18:22
lolcathost has quit [Read error: Connection reset by peer]
18:22
<
ousado >
and thought maybe there's something in ocaml
18:22
<
Qrntz >
I don't know if it's tiling though
18:23
mye has quit [Ping timeout: 248 seconds]
18:23
<
flux >
sawfish is nice if you want a programmable window manager (it uses rep, which is a lisp variant)
18:23
<
flux >
as a bonus you can define function runtime, no need to restart
18:24
ontologi1e has quit [Ping timeout: 252 seconds]
18:24
<
ousado >
also interesting
18:25
<
ousado >
yes, programmable is my main priority
18:26
mye has joined #ocaml
18:29
mye__ has joined #ocaml
18:30
mye___ has joined #ocaml
18:31
chambart has quit [Read error: Operation timed out]
18:31
mye has quit [Ping timeout: 248 seconds]
18:32
thomasga has quit [Read error: Connection reset by peer]
18:32
mye has joined #ocaml
18:32
thomasga1 has joined #ocaml
18:33
smondet has joined #ocaml
18:34
mye__ has quit [Ping timeout: 248 seconds]
18:34
mye_ has joined #ocaml
18:35
mye___ has quit [Ping timeout: 276 seconds]
18:36
mye has quit [Ping timeout: 248 seconds]
18:37
mye__ has joined #ocaml
18:38
mye has joined #ocaml
18:39
mye_ has quit [Ping timeout: 260 seconds]
18:41
mye__ has quit [Ping timeout: 260 seconds]
18:43
mye has quit [Ping timeout: 260 seconds]
18:43
watermind has joined #ocaml
18:46
jbrown has quit [Ping timeout: 276 seconds]
18:53
tac-tics is now known as tac
18:56
jbrown has joined #ocaml
19:02
jbrown has quit [Ping timeout: 248 seconds]
19:03
jbrown has joined #ocaml
19:04
mye has joined #ocaml
19:09
mye has quit [Ping timeout: 276 seconds]
19:12
mye has joined #ocaml
19:12
jbrown has quit [Ping timeout: 260 seconds]
19:14
jbrown has joined #ocaml
19:14
mye_ has joined #ocaml
19:16
mye has quit [Ping timeout: 248 seconds]
19:18
mye_ has quit [Ping timeout: 255 seconds]
19:30
gnuvince_ has quit [Ping timeout: 248 seconds]
19:30
mye has joined #ocaml
19:31
mye_ has joined #ocaml
19:33
mye___ has joined #ocaml
19:34
mye has quit [Ping timeout: 248 seconds]
19:35
mye has joined #ocaml
19:35
mye_ has quit [Ping timeout: 260 seconds]
19:37
mye___ has quit [Ping timeout: 248 seconds]
19:38
gnuvince_ has joined #ocaml
19:39
mye has quit [Ping timeout: 248 seconds]
19:43
mye has joined #ocaml
19:43
mye_ has joined #ocaml
19:46
mye__ has joined #ocaml
19:46
fraggle_ has quit [Read error: Operation timed out]
19:46
watermind has quit [Quit: Konversation terminated!]
19:47
mye has quit [Ping timeout: 248 seconds]
19:47
BiDOrD_ has quit [Remote host closed the connection]
19:48
mye_ has quit [Ping timeout: 248 seconds]
19:48
mye has joined #ocaml
19:49
mye_ has joined #ocaml
19:50
mye__ has quit [Ping timeout: 260 seconds]
19:53
mye has quit [Ping timeout: 248 seconds]
19:54
mye_ has quit [Ping timeout: 240 seconds]
19:57
mye has joined #ocaml
19:58
mye_ has joined #ocaml
20:00
mye___ has joined #ocaml
20:02
mye has quit [Ping timeout: 260 seconds]
20:02
philed has joined #ocaml
20:02
mye_ has quit [Ping timeout: 240 seconds]
20:02
mye has joined #ocaml
20:03
ontologiae has joined #ocaml
20:04
mye__ has joined #ocaml
20:04
mye___ has quit [Ping timeout: 248 seconds]
20:07
mye has quit [Ping timeout: 248 seconds]
20:08
chambart has joined #ocaml
20:09
mye__ has quit [Ping timeout: 248 seconds]
20:12
mye has joined #ocaml
20:12
weie has quit [Quit: Leaving...]
20:13
mye_ has joined #ocaml
20:14
fraggle_ has joined #ocaml
20:14
gour has quit [Quit: WeeChat 0.3.8]
20:14
Snark has quit [Quit: Quitte]
20:14
mye__ has joined #ocaml
20:16
mye has quit [Ping timeout: 240 seconds]
20:17
mye has joined #ocaml
20:17
mye_ has quit [Ping timeout: 248 seconds]
20:17
fayden has quit [Ping timeout: 248 seconds]
20:18
mye__ has quit [Ping timeout: 248 seconds]
20:19
RagingDave has joined #ocaml
20:21
mye has quit [Ping timeout: 265 seconds]
20:25
mye has joined #ocaml
20:25
mye_ has joined #ocaml
20:28
mye__ has joined #ocaml
20:28
ousado has quit [Remote host closed the connection]
20:28
ousado has joined #ocaml
20:29
ousado has quit [Changing host]
20:29
ousado has joined #ocaml
20:29
mye has quit [Ping timeout: 248 seconds]
20:30
mye_ has quit [Ping timeout: 260 seconds]
20:31
ftrvxmtrx has quit [Quit: Leaving]
20:32
fayden has joined #ocaml
20:32
osa1 has quit [Ping timeout: 276 seconds]
20:32
mye__ has quit [Ping timeout: 264 seconds]
20:34
ousado has quit [Quit: bye]
20:35
emmanuelux has joined #ocaml
20:35
mye has joined #ocaml
20:37
mye_ has joined #ocaml
20:38
mye__ has joined #ocaml
20:38
mye has quit [Read error: Operation timed out]
20:39
mye has joined #ocaml
20:40
pippijn has joined #ocaml
20:42
mye_ has quit [Ping timeout: 248 seconds]
20:43
mye__ has quit [Ping timeout: 248 seconds]
20:43
hto has quit [Quit: Lost terminal]
20:43
mye has quit [Ping timeout: 248 seconds]
20:46
tac has quit [Quit: Page closed]
20:47
mye has joined #ocaml
20:48
mye_ has joined #ocaml
20:49
hto has joined #ocaml
20:49
Playground has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
20:50
mye__ has joined #ocaml
20:51
mye has quit [Ping timeout: 248 seconds]
20:53
mye_ has quit [Ping timeout: 260 seconds]
20:53
gbluma has joined #ocaml
20:55
mye__ has quit [Ping timeout: 248 seconds]
20:57
xavierm02 has quit [Quit: Leaving]
20:58
mye has joined #ocaml
20:59
mye_ has joined #ocaml
21:03
mye has quit [Ping timeout: 260 seconds]
21:03
gbluma has left #ocaml []
21:03
mye_ has quit [Ping timeout: 260 seconds]
21:04
hongboz has quit [Ping timeout: 260 seconds]
21:07
mye has joined #ocaml
21:07
mye_ has joined #ocaml
21:09
mye___ has joined #ocaml
21:11
mye has quit [Ping timeout: 265 seconds]
21:12
mye has joined #ocaml
21:12
mye_ has quit [Ping timeout: 260 seconds]
21:12
cdidd has joined #ocaml
21:14
mye_ has joined #ocaml
21:14
mye___ has quit [Ping timeout: 256 seconds]
21:16
mye___ has joined #ocaml
21:16
mye has quit [Ping timeout: 248 seconds]
21:16
cdidd has quit [Remote host closed the connection]
21:18
mye has joined #ocaml
21:18
mye_ has quit [Ping timeout: 248 seconds]
21:19
mye_ has joined #ocaml
21:19
mye__ has joined #ocaml
21:20
mye___ has quit [Ping timeout: 248 seconds]
21:22
mye has quit [Ping timeout: 260 seconds]
21:23
mye_ has quit [Ping timeout: 276 seconds]
21:24
mye__ has quit [Ping timeout: 252 seconds]
21:25
Yoric has quit [Read error: Operation timed out]
21:26
tac has joined #ocaml
21:37
mye__ has joined #ocaml
21:38
<
adrien >
wmeeeeyyyyyyeeeeeeerrrrrr ='(
21:38
mye___ has joined #ocaml
21:38
<
adrien >
mye___: you need to fix your connection
21:41
mye__ has quit [Ping timeout: 240 seconds]
21:42
alang_ has quit [Ping timeout: 240 seconds]
21:43
alang_ has joined #ocaml
21:43
mye___ has quit [Ping timeout: 264 seconds]
21:46
mye has joined #ocaml
21:47
mye_ has joined #ocaml
21:48
alang_ has quit [Ping timeout: 240 seconds]
21:48
leoncamel has quit [Ping timeout: 252 seconds]
21:51
pkrnj has quit [Quit: Computer has gone to sleep.]
21:51
mye has quit [Ping timeout: 276 seconds]
21:52
mye_ has quit [Ping timeout: 260 seconds]
21:53
pkrnj has joined #ocaml
21:55
mye has joined #ocaml
21:56
thomasga1 has quit [Quit: Leaving.]
21:56
mye__ has joined #ocaml
21:57
mye___ has joined #ocaml
21:59
mye has quit [Ping timeout: 248 seconds]
22:01
mye__ has quit [Ping timeout: 260 seconds]
22:02
mye___ has quit [Ping timeout: 248 seconds]
22:05
mye has joined #ocaml
22:06
mye_ has joined #ocaml
22:06
iratsu has joined #ocaml
22:07
tani has joined #ocaml
22:08
mye__ has joined #ocaml
22:09
mye___ has joined #ocaml
22:09
mye has quit [Ping timeout: 240 seconds]
22:10
smondet has quit [Read error: Operation timed out]
22:10
mye has joined #ocaml
22:10
mye_ has quit [Ping timeout: 252 seconds]
22:11
mye_ has joined #ocaml
22:11
tane has quit [Ping timeout: 264 seconds]
22:12
mattrepl has quit [Quit: mattrepl]
22:12
mye__ has quit [Ping timeout: 256 seconds]
22:14
mye___ has quit [Ping timeout: 256 seconds]
22:14
q66 has quit [Quit: Quit]
22:14
mye has quit [Ping timeout: 240 seconds]
22:15
iratsu has quit [Ping timeout: 248 seconds]
22:15
mye_ has quit [Ping timeout: 240 seconds]
22:16
tani has quit [Quit: Verlassend]
22:16
q66 has joined #ocaml
22:18
iratsu has joined #ocaml
22:19
mye has joined #ocaml
22:21
mye__ has joined #ocaml
22:22
mye___ has joined #ocaml
22:23
mye has quit [Ping timeout: 248 seconds]
22:25
mye__ has quit [Ping timeout: 260 seconds]
22:26
mye___ has quit [Ping timeout: 260 seconds]
22:43
RagingDave has quit [Quit: Ex-Chat]
22:46
ontologiae has quit [Ping timeout: 252 seconds]
23:01
tac has quit [Ping timeout: 245 seconds]
23:12
lolcathost has joined #ocaml
23:15
wks has joined #ocaml
23:16
lolcathost has quit [Ping timeout: 246 seconds]
23:19
milosn has quit [Ping timeout: 256 seconds]
23:20
pkrnj has quit [Quit: Computer has gone to sleep.]
23:21
lolcathost has joined #ocaml
23:30
emmanuelux has quit [Read error: Connection reset by peer]
23:31
emmanuelux has joined #ocaml
23:33
milosn has joined #ocaml
23:34
chambart has quit [Ping timeout: 246 seconds]
23:40
nickmeharry has quit [Quit: Leaving.]
23:42
nickmeharry has joined #ocaml
23:56
milosn_ has joined #ocaml
23:57
milosn has quit [Ping timeout: 265 seconds]