flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 4.01.0 http://bit.ly/1851A3R | http://www.ocaml.org | Public logs at http://tunes.org/~nef/logs/ocaml/
mfp has quit [Ping timeout: 264 seconds]
adu has joined #ocaml
ben_zen_ has joined #ocaml
ben_zen has quit [Disconnected by services]
ben_zen_ is now known as ben_zen
Drup has quit [Quit: Leaving.]
talzeus_ has quit [Read error: Connection reset by peer]
hto has quit [Ping timeout: 260 seconds]
ollehar has quit [Ping timeout: 256 seconds]
hto has joined #ocaml
ihm1 has joined #ocaml
dsheets has quit [Ping timeout: 245 seconds]
csakatoku has joined #ocaml
wagle has quit [Remote host closed the connection]
breakds has joined #ocaml
Transformer has joined #ocaml
Transformer has quit [Excess Flood]
wagle has joined #ocaml
madroach has quit [Ping timeout: 264 seconds]
madroach has joined #ocaml
travisbrady has joined #ocaml
talzeus has joined #ocaml
travisbrady has quit [Ping timeout: 264 seconds]
adu has quit [Quit: adu]
derek_c has joined #ocaml
adu has joined #ocaml
q66 has quit [Quit: Leaving]
ihm1 has quit [Read error: Connection reset by peer]
ihm1 has joined #ocaml
ihm1 has quit [Client Quit]
derek_c has quit [Quit: leaving]
PM has quit [Ping timeout: 246 seconds]
ygrek_ has joined #ocaml
ygrek_ has quit [Remote host closed the connection]
ygrek_ has joined #ocaml
adu has quit [Read error: No route to host]
zarul is now known as freeloader
freeloader is now known as kronixx
adu has joined #ocaml
es917_ has joined #ocaml
es917 has quit [Read error: Connection reset by peer]
es917_ is now known as es917
ygrek_ has quit [Ping timeout: 240 seconds]
yacks has joined #ocaml
walter has quit [Quit: This computer has gone to sleep]
PM has joined #ocaml
darkf_ has joined #ocaml
darkf has quit [Disconnected by services]
darkf_ is now known as darkf
ygrek has joined #ocaml
vpm has quit [Excess Flood]
vpm_ has joined #ocaml
es917 has quit [Quit: es917]
skchrko has quit [Quit: Leaving]
ben_zen has quit [Ping timeout: 260 seconds]
breakds has quit [Remote host closed the connection]
adu has quit [Quit: adu]
ulfdoz has joined #ocaml
csakatok_ has joined #ocaml
csakatoku has quit [Ping timeout: 264 seconds]
skchrko has joined #ocaml
ulfdoz has quit [Ping timeout: 240 seconds]
ggole has joined #ocaml
thomasga has joined #ocaml
thomasga has quit [Client Quit]
ygrek has quit [Ping timeout: 256 seconds]
vivanov has joined #ocaml
vivanov has quit [Read error: Connection reset by peer]
caseyjames has quit [Quit: Page closed]
vivanov has joined #ocaml
vivanov has quit [Read error: Connection reset by peer]
vivanov has joined #ocaml
vivanov has quit [Read error: Connection reset by peer]
ttamttam has joined #ocaml
vivanov has joined #ocaml
vivanov has quit [Read error: Connection reset by peer]
gour has joined #ocaml
yezariaely has joined #ocaml
Simn has joined #ocaml
ggole has quit [Ping timeout: 246 seconds]
Snark has joined #ocaml
ttamttam has quit [Quit: ttamttam]
djcoin has joined #ocaml
ttamttam has joined #ocaml
<adrien> -
<adrien> morning
<gour> morning all
ggole has joined #ocaml
kronixx has quit [Remote host closed the connection]
ygrek has joined #ocaml
weie has joined #ocaml
mika1 has joined #ocaml
cago has joined #ocaml
Arsenik has joined #ocaml
<gour> is ico.build meant to replace oasis and other ocaml build systems?
<gour> *ocp-build
<companion_cube> it's an alternative, but I doubt it will "replace" them
<adrien> no
<adrien> ocp-build builds
<adrien> oasis covers configuration, packaging, META file creation, and a few others
<gour> i am thinking like opam is 'replacing' other package manager and. it seems, becominf 'default' tool
<companion_cube> the only competitor was godi
<gour> which was shutted down...
ocp has joined #ocaml
thomasga has joined #ocaml
kronixx has joined #ocaml
yacks has quit [Quit: Leaving]
vpm_ is now known as vpm
wagle has quit [Read error: Connection reset by peer]
wagle has joined #ocaml
ocp has quit [Ping timeout: 260 seconds]
ollehar has joined #ocaml
<jpdeplaix> ê09:25:54 adrien | oasis covers configuration, packaging, META file creation, and a few others // ocp-build also does that
<adrien_oww> it does configuration? ocp told me the exact opposite a few months ago
<adrien_oww> actually at first he didn't understand that ocp-build _could_ cover that
ontologiae has joined #ocaml
penryu has left #ocaml []
ggole has quit [Ping timeout: 256 seconds]
<jpdeplaix> adrien_oww: see the words on OASIS in the user manual
<jpdeplaix> « ocp-build is very similar to using oasis+ocamlfind+ocamlbuild … »
mfp has joined #ocaml
<yezariaely> is it defined (and fixed) somewhere how data types are compared?
<gour> jpdeplaix: so it means it can 'replace' need for oasis & co. ?
<yezariaely> e.g. type t = A | B of t; compare A (B A) ?
Drup has joined #ocaml
<whitequark> yezariaely: yes, polymorphic comparison (Pervasives.compare, =) is a builtin operation which cannot be written in pure OCaml
<yezariaely> whitequark: sure, but is it defined somewhere HOW this is done?
<whitequark> logically? primitives are equal to themselves, and compound values are compared element-by-element
ggole has joined #ocaml
<yezariaely> whitequark: yes, logically. So what would be the result of the comparison in the example above?
<whitequark> oh, you're talking about ordering.
<yezariaely> sorry, should have mentioned that.
<whitequark> These functions coincide with the usual orderings over integers, characters, strings and floating-point numbers, and extend them to a total ordering over all types.
<whitequark> so there's some kind of consistent ordering defined, but which in particular is implementation-defined and not specified
<yezariaely> ok, thanks. So I have to implement the ordering myself ;-)
<whitequark> yes.
<jpdeplaix> gour: yes. But IMHO, not now. It's not enough finished to actually replace it. There are some things missing like: a simple and documented handling of camlp4 extensions, (at least, a little) plugin system, …
alexey has quit [Quit: leaving]
<adrien_oww> I have some doubt on the coverage of the oasis features tbh
darkf has quit [Quit: Leaving]
<gour> jpdeplaix: no rush...i'm just starting with ocaml
csakatok_ has quit [Remote host closed the connection]
Arsenik has quit [Ping timeout: 246 seconds]
<jpdeplaix> gour: it's ok. It's just my thoughts
q66 has joined #ocaml
<jpdeplaix> adrien_oww: yes, it's not complete yet. But at the end, it can do something like that
csakatoku has joined #ocaml
Arsenik has joined #ocaml
ygrek has quit [Ping timeout: 264 seconds]
csakatoku has quit [Remote host closed the connection]
Arsenik has quit [Read error: Operation timed out]
djcoin has quit [Quit: WeeChat 0.4.0]
avsm_cl has joined #ocaml
avsm_cl has quit [Client Quit]
csakatoku has joined #ocaml
gnuvince has quit [Remote host closed the connection]
Arsenik has joined #ocaml
dsheets has joined #ocaml
Kakadu has joined #ocaml
bondar has joined #ocaml
ollehar has quit [Ping timeout: 256 seconds]
Yoric has joined #ocaml
ben_zen has joined #ocaml
<whitequark> that feeling when a function without loops or tail recursion never terminates -_-
csakatoku has quit [Remote host closed the connection]
csakatoku has joined #ocaml
csakatok_ has joined #ocaml
csakatoku has quit [Ping timeout: 256 seconds]
n06rin has joined #ocaml
talzeus has quit [Remote host closed the connection]
_andre has joined #ocaml
ontologiae has quit [Ping timeout: 246 seconds]
<Kakadu> gour: hi!
walter has joined #ocaml
ontologiae has joined #ocaml
breakds has joined #ocaml
skchrko has quit [Ping timeout: 260 seconds]
demonimin_ has joined #ocaml
demonimin_ has quit [Changing host]
demonimin_ has joined #ocaml
ontologiae has quit [Quit: WeeChat 0.4.0]
mort___ has joined #ocaml
demonimin has quit [Ping timeout: 245 seconds]
skchrko has joined #ocaml
ben_zen has quit [Quit: Lecturetime!]
ttamttam1 has joined #ocaml
dch is now known as skunkwerks
ttamttam has quit [Ping timeout: 264 seconds]
ygrek has joined #ocaml
<gour> Kakadu: hiya
<Kakadu> Is it appropriate to ask if you have tried to install lablqt?...
ocp has joined #ocaml
<gour> Kakadu: it is appropriate. sometime ago i wanted to set my ocaml dev env using opam/core 'cause that's what is used in realocaml book. however now when i get time i've to fix shell scripts to work with my fish shell. when i finish it and get some more free time, i'll try lablqt...hopefully later today
<gour> for now it's important to say that i've decided to try ocaml and my project with it
<Kakadu> flux: AFAIR you was interested in ocaml+QtQuick too
breakds has quit [Remote host closed the connection]
Drup has quit [Ping timeout: 264 seconds]
n06rin has quit [Quit: Leaving.]
<flux> kakadu, yes
<flux> (unfortunately, short on time)
<Kakadu> flux: I have added demo app to my opam repo
<Kakadu> flux: opam remote add lablqt http://kakadu.github.io/lablqt/opam && opam update && opam install qocamlbrowser -v
<flux> cool
<flux> maybe I need to upgrade opam
Drup has joined #ocaml
<yezariaely> Kakadu: I wanted to try your demo yesterday and my whole opam installation blew up. :( (probably nothing to do with your repo/demo)
thomasga has quit [Ping timeout: 246 seconds]
demonimin_ is now known as demonimin
<gour> Kakadu: i installed opam and ocaml-4.01.0, now installing core and then i can try lablqt
csakatok_ has quit [Remote host closed the connection]
ollehar has joined #ocaml
<gasche> m
<adrien_oww> l
<companion_cube> i
ontologiae has joined #ocaml
yezariaely has quit [Quit: Leaving.]
demonimin has quit [Ping timeout: 245 seconds]
Drup has quit [Ping timeout: 240 seconds]
ttamttam1 has quit [Quit: ttamttam1]
contempt has joined #ocaml
demonimin has joined #ocaml
<flux> meh, opam install -j10 should consider passing that flag down to sub builds
<adrien_oww> MAKEFLAGS=-j10
<flux> thanks!
<adrien_oww> but generally speaking, it's difficult to do that without the packages wanting it
<flux> didn't help with core
<adrien_oww> actually on freebsd and windows, it seems that the parallel builds of the ocaml compiler are broken
<adrien_oww> only works for (gnu?) make
<gour> huh
<flux> well, I have gnu make
<flux> rarely I think ocaml compiles slow, but opam switch + resulting install is one such situation :)
n06rin has joined #ocaml
<flux> well, conf-libpcre.1 still doesn't get found via http :-)
<gasche> adrien_oww: there's a difference between 4.01 and trunk on parallel make
<gasche> it should never work on 4.01, and I was not aware of portability issues with -jN on trunk
<adrien_oww> I'm working on trunk
<adrien_oww> haven't had the time to test though
<adrien_oww> (I mean, test without my patches, and test 4.01 and test with and test everything)
<Kakadu> gour: What's your opam version
<Kakadu> ?
<adrien_oww> however the fbsd machine I've tested on is single-cpu (VM) and I'm wondering it it's the reason
<gour> Kakadu: opam-lib: 1.0.0
<Kakadu> it seems that in last opam comments (lines starting with sharp) were introduced to opam config files
<gour> Here is my ~/.opam/config: http://pastebin.com/C7Px3tx1
* gour --> afk. bbs
thomasga has joined #ocaml
skchrko has quit [Ping timeout: 260 seconds]
skchrko_ has joined #ocaml
gour has quit [Disconnected by services]
gour_ has joined #ocaml
yacks has joined #ocaml
mal`` has quit [Ping timeout: 264 seconds]
pippijn has quit [Quit: Segmentation fault]
pippijn has joined #ocaml
mal`` has joined #ocaml
Drup has joined #ocaml
gour_ is now known as gour
Neros has quit [Read error: Connection reset by peer]
<flux> I don't want to maintain multiple ocaml versions. can ocamlbrew just install stuff directly to ~/ocaml?
<flux> (I guess nothing a little patching of the sh won't do..)
skchrko_ has quit [Quit: Leaving]
weie_ has joined #ocaml
talzeus has joined #ocaml
weie has quit [Ping timeout: 246 seconds]
talzeus__ has joined #ocaml
<Kakadu> gour: I have updated opam repo (comments removed)
talzeus has quit [Ping timeout: 264 seconds]
<Kakadu> > Package Qt5Qml was not found in the pkg-config search path.
<gour> yeah, but what is reuired to install for it
Yoric has quit [Ping timeout: 260 seconds]
<Kakadu> it depends
<Kakadu> Are you sure that Qt5 is installed OK, it is in search and pkg-config paths and modules for QtQuick are installed too?
<gour> ahh, qtquick is not installed :-(
<gour> which pk
<gour> pkgs are required?
pippijn has quit [Ping timeout: 260 seconds]
mort___ has quit [Ping timeout: 264 seconds]
pippijn has joined #ocaml
<Kakadu> e,
<Kakadu> how do u install it?
<Kakadu> I usually build from sources
<gour> via apt-get
maufred_ has quit [Remote host closed the connection]
<Kakadu> Qt5 already in debian sid?
pippijn has quit [Client Quit]
<Kakadu> well
<gour> yes in sid
pippijn has joined #ocaml
<Kakadu> start from libqt5quick5
<Kakadu> and probably libqt5qml-quickcontrols
<gour> i installed all qml-related stuff, but opam complains about: stubs.h:6:37: fatal error: QtCore/QAbstractItemModel: No such file or directory although it's there
<gour> in /usr/include/qt5/QtCore
ocp has quit [Ping timeout: 256 seconds]
cago has left #ocaml []
mika1 has quit [Quit: Leaving.]
<Kakadu> what pkg-config --cflags Qt5Qml writes?
pippijn has quit [Quit: Segmentation fault]
pippijn has joined #ocaml
pango has quit [Quit: Client exiting]
<gour> let me troubleshoot it
travisbrady has joined #ocaml
<gour> Kakadu: there is libqt5qml5 pacakge but it does not have any *.pc file included?
<gour> the package is v5.1.1
Neros has joined #ocaml
<gour> i'm told that labltk works with tk-8.6...another option to try
palomer has joined #ocaml
<palomer> does tuareg mode support lwt?
<palomer> or, rather, the lwt syntax extensions?
watermind has quit [Read error: Connection reset by peer]
watermind has joined #ocaml
<Kakadu> tuareg don't
<palomer> then what does?
<Kakadu> you can manually fix hightlight for lwt syntax extension
<Kakadu> and you can use ocp-indent to indent code with lwt extensions
<Drup> palomer: there is a patch to tuareg in lwt sources, I think
zpe has joined #ocaml
ulfdoz has joined #ocaml
<palomer> is it safe to use in_channel_of_descr with lwt?
<gasche> yep, I don't think it's a side-effecting computation
<palomer> oh, wait, lwt functions act on input channels, not in_channels
<palomer> you have to use of_unix_fd
Arsenik has quit [Ping timeout: 240 seconds]
<rks`> yes.
<rks`> er
<rks`> « yes you have to use of_unix_fd »
Simn has quit [Ping timeout: 260 seconds]
<Kakadu> gour: I think that .pc files should be in -dev package
<Kakadu> but I don't see them
<wmeyer> hi all :-)
<adrien_oww> o/
Arsenik has joined #ocaml
<rks`> hello wmeyer
cdidd has quit [Remote host closed the connection]
<wmeyer> adrien_oww: \o
<wmeyer> rks`: hello
ben_zen has joined #ocaml
cdidd has joined #ocaml
pippijn has quit [Quit: Segmentation fault]
es917 has joined #ocaml
pippijn has joined #ocaml
rwmjones has quit [Ping timeout: 264 seconds]
tane has joined #ocaml
travisbrady has quit [Quit: travisbrady]
<palomer> how do you run threads sequentially in lwt?
<palomer> something like 'sequence' in haskell
travisbrady has joined #ocaml
<Drup> I don't know haskell but, why not "bind" basically ?
rwmjones has joined #ocaml
<palomer> you could do fold_left and bind
<palomer> (or is it fold_right :P)
<palomer> wait, maybe it's not needed
<palomer> are threads processed in order?
<Drup> if operations are dependent (linked by a bind, for example) of course.
<palomer> what if they're not dependent?
<palomer> List.iter (fun x -> make_thread x) lst
<palomer> or, even simpler
<palomer> List.iter (fun x -> Lwt_io.println x) lst
<Drup> then no
<Drup> but there is a Lwt_list module
Phenax has joined #ocaml
<palomer> ahh, that's what I needed
<Drup> in this module, list functions have two version, a sequential (_s) and a parallel (_p) one.
<Phenax> Hello, I'm completely new to Ocaml and was considering using it for a project. I'm trying to wrap my head around findlib, ocamlc, ocamlopt, etc. Basically, I can compile a 'hello world' fine, but I'm trying to use ocsfml (bindings for a graphics library written in C++) which I have installed via findlib. I try to compile a sample file from the documentation, and it does not generate an executable, it generates an object file.
mort___ has joined #ocaml
<Drup> Phenax: more important, what command did you try to build it ?
<Phenax> ocamlfind ocamlopt -o pong -package ocsfml -c pong.ml
<Drup> Phenax: -c is precisely "do not link"
<Phenax> ohhh
<Phenax> oops
<palomer> Drup, thanks!
<palomer> man, I wish the ocaml docs listed the exceptions that could be thrown in the Unix module
<Phenax> Drup: Now it says no implementations provided for the following modules: OcsfmlAudio, OcsfmlGraphics, OcsfmlSystem (paraphrased). I thought the -package ocsfml should solve that. Any ideas?
zpe has quit [Remote host closed the connection]
<Phenax> I also have the packages ocsfml.audio, ocsfml.graphics, etc. but I figured ocsfml would be a metapackage of sorts
<Phenax> And trying to use -package with those gives me another error
travisbrady has quit [Quit: travisbrady]
<Phenax> Well actually if I just -package ocsfml.audio, ... (all the rest) it still gives the same error about implementations
<Drup> according to the build system provided in the github repo, you will need ocsfml.system, ocsfml.audio, ocsfml.graphics and unix
<Drup> oh, not unix and system, actually
<Drup> Phenax: you need to put one "-package" for each package
<Drup> the syntax "-package bla, bli, blo" doesn't work
<Phenax> ocamlfind ocamlopt pong.ml -package ocsfml.system -package ocsfml.audio -package ocsfml.graphics -package unix
<Phenax> That still gives me the implementation error
<Drup> huum
<Drup> and with ocamlc ?
<Phenax> Reference to undefined global `OcsfmlGraphics'
<Phenax> Meh, I've seem to have gotten it working using an ocamlbuild command
<Phenax> Thanks all
Phenax has quit [Quit: Page closed]
ocp has joined #ocaml
Kakadu has quit []
dsheets has quit [Ping timeout: 260 seconds]
mort___ has quit [Quit: Leaving.]
n06rin has quit [Quit: Leaving.]
ygrek has quit [Ping timeout: 264 seconds]
ontologiae has quit [Ping timeout: 264 seconds]
zpe has joined #ocaml
zpe has quit [Ping timeout: 264 seconds]
mort___ has joined #ocaml
gnuvince has joined #ocaml
gnuvince has quit [Changing host]
gnuvince has joined #ocaml
<gnuvince> With oUnit, is there a way that I can use assert_raises without having to specify the exact exception message string?
SuperNoeMan has left #ocaml []
<mrvn> _?
ontologiae has joined #ocaml
ocp has quit [Ping timeout: 260 seconds]
Anarchos has joined #ocaml
<gnuvince> assert_raises (Failure ??) (fun () -> failwith "hello")
<gnuvince> I don't want to have to write (Failure "hello")
<ggole> Not really. assert_raises is a function, not matching syntax.
Arsenik has quit [Remote host closed the connection]
<ggole> You could do something like assert_bool (try ...; false with Failure _ -> true)
Arsenik has joined #ocaml
<gnuvince> thanks
Kakadu has joined #ocaml
* ggole just uses assert
Simn has joined #ocaml
Kakadu has quit [Ping timeout: 246 seconds]
Kakadu_ has joined #ocaml
walter has quit [Quit: This computer has gone to sleep]
mort___ has quit [Quit: Leaving.]
Yoric has joined #ocaml
ontologiae has quit [Ping timeout: 260 seconds]
darkf has joined #ocaml
Yoric has quit [Ping timeout: 256 seconds]
ollehar has quit [Quit: ollehar]
Yoric has joined #ocaml
ggole has quit []
<gour> what has happened with OCaml Platform initiative? the number of mailing messages is rapidly decreasing..
mort___ has joined #ocaml
<Drup> gour: are you sure it's not the summer effect ? :)
iZsh has quit [Excess Flood]
iZsh has joined #ocaml
<gour> Drup: well March's archive - 135k, April - 9k, May - 0k, June - 2k
Yoric has quit [Ping timeout: 264 seconds]
zpe has joined #ocaml
ocp has joined #ocaml
<Kakadu_> gour: Where have we paused out Qt5 journey?
Yoric has joined #ocaml
<Kakadu_> btw
<Kakadu_> It seems Programmer's day is today
<gour> Kakadu_: missing *.pc for Qt5
<rgrinberg> Kakadu_: do you think it will be possible to build android apps with ocaml qt/qml now taht ocaml can generate arm and we have lablqt?
<Kakadu_> rgrinberg: yes, I think
<gour> Kakadu_: i've to do some more reading and then heading to sleep...will resume tomorrow
<rgrinberg> in theory, with enough pain no doubt ;D
<Kakadu_> actually I tried to built something for Sailfish OS but I met some sailfish problems
<gour> Kakadu_: i was reading some msgs on wx-dev list and it looks there is no plan to provide wayland support soon which might put wxGTK apps as 2nd class citizen on linux distros which plan migration to wayland during 2014...iow. another 'cons' for wx(ocaml) or 'pro' for (labl)qt
<gour> Sailfish is based on mer, right?
<Kakadu_> no idea
<gour> "Sailfish is a Linux-based mobile operating system developed by Jolla in cooperation with the Mer project and supported by the Sailfish Alliance."
<gour> mobile development is another pro for qt
<gour> i'm so unhappy that in order to customize linux-based phone (android), one has to use windows tools :-/
<gour> had to borrow windows netbook from the friend recently to unbrick my wife's phone
paddymahoney has quit [Quit: Leaving]
thomasga has quit [Quit: Leaving.]
palomer has quit [Quit: Leaving]
gnuvince has quit [Remote host closed the connection]
tani has joined #ocaml
tane has quit [Ping timeout: 240 seconds]
Arsenik has quit [Quit: Quitte]
gour has quit [Quit: WeeChat 0.4.1]
maufred has joined #ocaml
boogie has joined #ocaml
maufred has quit [Client Quit]
Simn has quit [Read error: Connection reset by peer]
Snark has quit [Quit: leaving]
Yoric has quit [Ping timeout: 246 seconds]
milosn has quit [Read error: Connection reset by peer]
milosn has joined #ocaml
wrp6 has left #ocaml []
ulfdoz has quit [Ping timeout: 246 seconds]
milosn has quit [Ping timeout: 246 seconds]
weie_ has quit [Quit: Leaving...]
milosn has joined #ocaml
mort___ has quit [Quit: Leaving.]
malo has joined #ocaml
_andre has quit [Quit: leaving]
<rks`> wmeyer: gasche: http://brion.inria.fr/gallium/index.php/Ocamlbuild_and_module_packs#Packing_from_other_directories the line saying "you don't have to use -I" seems to be wrong
<rks`> (but I might have misunderstood)
Kakadu_ has quit [Quit: Konversation terminated!]
ollehar has joined #ocaml
<rks`> (might be related to http://caml.inria.fr/mantis/view.php?id=5099 ?)
<rks`> (or not...)
pango has joined #ocaml
Neros has quit [Read error: Connection reset by peer]
ocp has quit [Ping timeout: 264 seconds]
Neros has joined #ocaml
Yoric has joined #ocaml
mort___ has joined #ocaml
zpe has quit [Remote host closed the connection]
zpe has joined #ocaml
zpe has quit [Remote host closed the connection]
kronixx has quit [Ping timeout: 260 seconds]
malo has quit [Quit: Leaving]
kronixx has joined #ocaml
mort___ has quit [Quit: Leaving.]
saml has quit [Quit: Leaving]
Anarchos has quit [Quit: Vision[0.9.7-H-280704]: i've been blurred!]
Yoric has quit [Ping timeout: 260 seconds]
walter has joined #ocaml
Kelet has joined #ocaml
zpe has joined #ocaml
tani has quit [Quit: Verlassend]
zpe has quit [Ping timeout: 246 seconds]
walter has quit [Quit: This computer has gone to sleep]
chrisdotcode has joined #ocaml
breakds has joined #ocaml
ontologiae has joined #ocaml