ChanServ changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.02.1 announcement at http://ocaml.org/releases/4.02.html | Public channel logs at http://irclog.whitequark.org/ocaml
<zozozo> or directly write %token <float Vector.vector> ...
<sh0t> yeah i do that
<sh0t> i do {%open Vector %}
zapu has joined #ocaml
<sh0t> with Vector.vector it works
<sh0t> very weird
<sh0t> anyway after that i do: array_expression:
<sh0t> VECTORFLOAT {Numeric {size=1; vec=Array.make 1 1.0;}}
<sh0t> and i get: Warning 40: this record of type Vector.vector contains fields that are
<sh0t> not visible in the current scope: size vec.
<sh0t> They will not be selected if the type becomes unknown.
<zozozo> if the open Vector does not work, then you have to name the fields : Vector.size and Vector.vec
<zozozo> since the field names belong to the module Vector, which apparently is not opened
<sh0t> but why can't just open it with open Vector?
<zozozo> that I don't know
<zozozo> it should work
<zozozo> could you paste the whole file somewhere ?
ollehar has quit [Read error: Connection reset by peer]
nullcat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<sh0t> which one?
<zozozo> the parser
<sh0t> ok
<sh0t> the actual parser or the mly?
<zozozo> the mly
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ollehar has joined #ocaml
<zozozo> and if you remove the module names (i.e for instance stmt instead of Ast.stmt), it doesn't compile right ?
emias has joined #ocaml
<sh0t> zozozo: yes
<sh0t> i mean it doesnt
<sh0t> i have to se the dot notation like open it's useless
<sh0t> *use
<zozozo> hmm... when is the error raised ? when compiling the .mly file (using ocamlyacc or menhir), or when compiling the generated .ml file ?
<Drup> for the type, it's normal, you have to quantiy
<Drup> quantify*
<sh0t> in the compilation
<sh0t> the problem seems to be in the interface
<Drup> it's because the type is used in the .mli
<sh0t> parser.mli
<Drup> and you can't include stuff in the .mli
<sh0t> ok so the open it0s a bit useless in this situation
<sh0t> i have to use the dot notation
<zozozo> sh0t: well it is still useful if you can functions from the modules
<zozozo> s/can/use
<sh0t> mm
<sh0t> ok
<sh0t> guys thanks a lot my learning curve is increasing thanks to this chan :D
nullcat_ has joined #ocaml
<sh0t> is it a problem to use the same name for a constructor in different types?
nullcat_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jabesed has joined #ocaml
<zozozo> the compiler can now infer to which type the constructor belongs according to the rest of an expression, but it might lead it to infer the wrong type in some rare instances
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zozozo> so it is not a problem, but it can make your life harder sometimes
<sh0t> ok I'll risk for now :P
jabesed has quit [Quit: Konversation terminated!]
jwatzman|work has quit [Quit: jwatzman|work]
nullcat has joined #ocaml
keen___________4 has quit [Read error: Connection reset by peer]
keen___________4 has joined #ocaml
nullcat has quit [Client Quit]
shinnya has quit [Ping timeout: 258 seconds]
ncthom91 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AltGr has joined #ocaml
17SACQIFG has joined #ocaml
jcloud has joined #ocaml
systmkor has joined #ocaml
seanmcl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
waneck has quit [Remote host closed the connection]
blandflakes has joined #ocaml
ncthom91 has joined #ocaml
blandflakes has quit [Client Quit]
seanmcl has joined #ocaml
<Algebr> what is the purpose or intended usage of the obj module
kdef has quit [Quit: Leaving]
seanmcl has quit [Client Quit]
leafac has joined #ocaml
<Drup> working around the type system when it's in your way and you think you know better :p
ousado_ has joined #ocaml
<Algebr> When is that the case?
<Drup> almost never.
<Algebr> when is it indeed the case?
stomp has joined #ocaml
stomp has quit [Ping timeout: 250 seconds]
ousado has quit [Ping timeout: 250 seconds]
<Drup> still almost never :p
<Drup> ok, actually, there is one morally valid case, Coq extraction
17SACQIFG has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Algebr> Wait, so you can mess with types at runtime?
<Drup> well, that's not really what the Obj module is doing
<Algebr> what does it do? I thought it was giving you the ability to cast?
<Drup> I think a simple example is better than a long explanation
<Drup> type (Obj.magic 0 : string) in your top level.
<Drup> basically, it allows you to completely ignore the type system
<Drup> so, yeah, along other things, you can cast
<jyc> OPAM keeps telling me that there is an external solver failure and to fix my installation. I'm looking at the solver log file, but everything seems to be fine.
<jyc> How can I fix this?
<Algebr> wow
<Drup> jyc: can you pastebin "opam config report" somwhere ?
<Drup> Algebr: you should read the chapter of RWO about the memory representation
<Drup> aspcud -v ?
stomp_ has joined #ocaml
<Drup> Ah.
stomp has quit [Ping timeout: 250 seconds]
ncthom91 has quit [Quit: Textual IRC Client: www.textualapp.com]
<jyc> does anything seem particularly wrong?
<Drup> you have two solutions: downgrade aspcud or use the solver farm
tautologico has joined #ocaml
<jyc> ha ha
<jyc> Glad to know it isn't just me then.
swgillespie has joined #ocaml
<jyc> How do I use the solver farm?
<jyc> Thanks for the help Drup.
<Algebr> well, no upgrading for me.
struktured has joined #ocaml
leafac has quit [Quit: Leaving.]
nullcat has joined #ocaml
seanmcl has joined #ocaml
seanmcl has quit [Client Quit]
natrium1970 has quit [Quit: natrium1970]
nullcat has quit [Read error: Connection reset by peer]
<Algebr> Why is type 'a option commented out in pervasives.ml?
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
blandflakes has joined #ocaml
blandflakes has quit [Client Quit]
natrium1970 has joined #ocaml
natrium1970 has quit [Client Quit]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
badkins has quit []
nullcat_ has joined #ocaml
SomeDamnBody has joined #ocaml
nullcat_ has quit [Read error: Connection reset by peer]
idegen has quit [Quit: Leaving.]
BitPuffin|osx has joined #ocaml
ygrek has quit [Ping timeout: 265 seconds]
BitPuffin|osx has quit [Ping timeout: 256 seconds]
<SomeDamnBody> with oasis how do i derive annot files?
tmtwd has quit [Ping timeout: 276 seconds]
<SomeDamnBody> or rather... how do I do that with ocamlbuild?
darkf has joined #ocaml
SomeDamnBody has quit [Ping timeout: 250 seconds]
deavidsedice has joined #ocaml
fds has quit [Ping timeout: 256 seconds]
deavid has quit [Ping timeout: 256 seconds]
boegel has quit [Quit: No Ping reply in 180 seconds.]
boegel|quassel has joined #ocaml
slash^ has joined #ocaml
fds has joined #ocaml
thegameg has quit [Ping timeout: 240 seconds]
jonh has joined #ocaml
psy_ has quit [Quit: Leaving]
thegameg has joined #ocaml
blandflakes has joined #ocaml
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
sh0t has quit [Remote host closed the connection]
swgillespie has joined #ocaml
tautologico has quit [Quit: Connection closed for inactivity]
SomeDamnBody has joined #ocaml
MercurialAlchemi has joined #ocaml
SomeDamnBody has quit [Ping timeout: 252 seconds]
siddharthv_away is now known as siddharthv
Denommus` has joined #ocaml
sgnb has quit [Read error: Connection reset by peer]
sgnb has joined #ocaml
ygrek has joined #ocaml
Denommus` has quit [Read error: Connection reset by peer]
Denommus` has joined #ocaml
nullcat has joined #ocaml
badon has quit [Disconnected by services]
badon_ has joined #ocaml
ingsoc has joined #ocaml
badon_ is now known as badon
kushal has joined #ocaml
kushal has quit [Changing host]
kushal has joined #ocaml
psy_ has joined #ocaml
ousado_ is now known as ousado
ousado has quit [Changing host]
ousado has joined #ocaml
Denommus` has quit [Ping timeout: 272 seconds]
MrScout has joined #ocaml
mengu has joined #ocaml
MrScout has quit [Read error: Connection reset by peer]
MrScout has joined #ocaml
Gama11 has joined #ocaml
mengu has quit [Ping timeout: 258 seconds]
freling has joined #ocaml
Simn has joined #ocaml
samg_ has joined #ocaml
zpe has joined #ocaml
Cyanure has joined #ocaml
siddharthv is now known as siddharthv_away
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
xificurC has joined #ocaml
boegel|quassel is now known as boegel
oscar_toro has quit [Ping timeout: 265 seconds]
TheLemonMan has joined #ocaml
psy_ has quit [Ping timeout: 276 seconds]
psy_ has joined #ocaml
amnn has joined #ocaml
samg_ has left #ocaml [#ocaml]
freling has quit [Quit: Leaving.]
oscar_toro has joined #ocaml
mengu has joined #ocaml
matason has joined #ocaml
MrScout has quit [Ping timeout: 256 seconds]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
cml has joined #ocaml
siddharthv_away is now known as siddharthv
TheLemonMan has joined #ocaml
thomasga has joined #ocaml
jonludlam has joined #ocaml
mengu has quit [Remote host closed the connection]
A1977494 has joined #ocaml
A1977494 has left #ocaml [#ocaml]
AltGr has left #ocaml [#ocaml]
matason has quit []
mengu has joined #ocaml
matason has joined #ocaml
alain_ has joined #ocaml
mengu has quit [Ping timeout: 264 seconds]
nullcat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
seanmcl has joined #ocaml
ygrek has quit [Ping timeout: 256 seconds]
Submarine has quit [Ping timeout: 272 seconds]
octachron has joined #ocaml
Haudegen has quit [Ping timeout: 252 seconds]
mengu has joined #ocaml
sepp2k has joined #ocaml
leafac has joined #ocaml
oscar_toro has quit [Ping timeout: 264 seconds]
tmtwd has joined #ocaml
mort___ has joined #ocaml
octachron has quit [Ping timeout: 245 seconds]
Haudegen has joined #ocaml
sdothum has joined #ocaml
sdothum has quit [Client Quit]
sdothum has joined #ocaml
thomasga has quit [Quit: Leaving.]
sdothum has quit [Client Quit]
sdothum has joined #ocaml
alain_ has quit [Quit: Page closed]
octachron has joined #ocaml
noze has joined #ocaml
<noze> I'm trying to make a opam package, following https://opam.ocaml.org/doc/Packaging.html. It is not clear though how the install command is expected to behave
darkf_ has joined #ocaml
darkf_ has joined #ocaml
darkf_ has quit [Changing host]
darkf has quit [Ping timeout: 256 seconds]
pyon is now known as inf-gropeoid
mengu has quit [Remote host closed the connection]
mort___ has quit [Quit: Leaving.]
<noze> okay, %{prefix}% is what I was looking for
darkf_ is now known as darkf
contempt has quit [Ping timeout: 240 seconds]
sepp2k has quit [Quit: Leaving.]
sepp2k has joined #ocaml
contempt has joined #ocaml
siddharthv is now known as siddharthv_away
ggole has joined #ocaml
dhil has joined #ocaml
Kakadu has joined #ocaml
Hannibal_Smith has joined #ocaml
thomasga has joined #ocaml
leafac has quit [Quit: Leaving.]
Submarine has joined #ocaml
thomasga has quit [Quit: Leaving.]
kushal has quit [Quit: Leaving]
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Tamae has joined #ocaml
inf-gropeoid has quit [Quit: I have irrefutable proof that D < 0. It follows trivially from 2D > 3D, which is obviously true.]
kushal has joined #ocaml
rand000 has joined #ocaml
Hannibal_Smith has quit [Quit: Leaving]
oscar_toro has joined #ocaml
Haudegen has quit [Ping timeout: 272 seconds]
matason has quit []
idegen has joined #ocaml
leafac has joined #ocaml
seanmcl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
leafac has quit [Client Quit]
Submarine has quit [Ping timeout: 264 seconds]
Haudegen has joined #ocaml
leafac has joined #ocaml
larhat1 has quit [Read error: Connection reset by peer]
matason has joined #ocaml
Submarine has joined #ocaml
matason has quit [Remote host closed the connection]
matason has joined #ocaml
inf-gropeoid has joined #ocaml
larhat has joined #ocaml
mort___ has joined #ocaml
sh0t has joined #ocaml
badkins has joined #ocaml
kdef has joined #ocaml
Haudegen has quit [Ping timeout: 264 seconds]
larhat has quit [Read error: Connection reset by peer]
seanmcl has joined #ocaml
BitPuffin|osx has joined #ocaml
jeffmo has joined #ocaml
<sh0t> guys if i try to #use an .ml which contain an "open" instruction in the ocaml interpreter, i get File "pprint.ml", line 1, characters 0-8:
<sh0t> Error: Unbound module
<zozozo> sh0t: you have to require the opened module first
<sh0t> so like #use "namefileMOdule.ml";;
<sh0t> ?
<sh0t> i think i tried that
<octachron> you need #mod_use
A1977494 has joined #ocaml
<sh0t> thanks octachron
<octachron> and if you use the toplevel quite often, it can be worth to write an .ocamlinit file with the required declarations
<sh0t> http://paste.ubuntu.com/11566568/ guys can someone explain to me how I to this? I think it's clear what i want to do..just printing an array
<sh0t> it gives me problem with the return type which is unit but it shouldn't be...
<flux> sh0t, so what are you printting with printf?
<octachron> hint: what it is the type of (fun x-> printf "%f;")
<sh0t> yeah it unit right?
<flux> sh0t, btw, do you use emacs or vi? at least those two are able to give back the types of a program, it can be immensely useful
<sh0t> i use vim
<flux> sh0t, it cannot be unit. I mean, it's a function, isn't it.
<flux> sh0t, then look up how to set up merlin for it: https://github.com/the-lambda-church/merlin
<sh0t> octachron, u mean 'a->unit?
<sh0t> 'a is float
Kakadu has quit [Ping timeout: 246 seconds]
<flux> well, it _should_ be 'a -> unit. what's the type of printf "%f;" ?
kdef has quit [Quit: Leaving]
<sh0t> float -> unit?
Haudegen has joined #ocaml
<octachron> yes: so if printf "%f" has type float -> unit, what is the type of fun var -> printf "%f"
<octachron> ?
<sh0t> u mean (fun var -> printf "%f" var )?
<octachron> No, just (fun var -> printf "%f")
<sh0t> a' ->float->unit
<sh0t> i guess
A1977494 has quit [Quit: Leaving.]
zpe has quit [Ping timeout: 244 seconds]
<octachron> yep, do you see the problem now?
zpe has joined #ocaml
cml has quit [Ping timeout: 246 seconds]
<sh0t> i can't believe i forgot that x...
<sh0t> is it that the problem?
cml has joined #ocaml
shinnya has joined #ocaml
larhat has joined #ocaml
<octachron> Yes. As a side remark, in this case, you don't need (fun x -> printf "%f" x): Array.iter (printf "%f") works too
<sh0t> sorry octachron but that's what i had before
<sh0t> ?
<sh0t> ah no right
noze has quit [Ping timeout: 256 seconds]
<sh0t> https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch guys I am following this guide but i still get E492: Not an editor command: TypeOf
jleroux has joined #ocaml
kushal has quit [Quit: Leaving]
<flux> I guess somehow the vim configuration relatede to merlin isn't loaded. I'm not a vim guy, though.
lordkryss has joined #ocaml
<zozozo> sh0t: in the last version, you have to use :MerlinTypeOf
<sh0t> i get the same error
<sh0t> i don't know what's going on
ygrek has joined #ocaml
darkf has quit [Quit: Leaving]
Submarine has quit [Remote host closed the connection]
thomasga has joined #ocaml
rand000 has quit [Quit: leaving]
Gama11 has quit [Read error: Connection reset by peer]
Gama11 has joined #ocaml
<def`> sh0t: can you share the output of :scriptnames?
<sh0t> def`, sure: http://pastebin.com/rrJhr0j3
octachron has quit [Quit: Leaving]
badkins has quit [Read error: Connection reset by peer]
tane has joined #ocaml
amnn has joined #ocaml
amnn has quit [Client Quit]
MrScout has joined #ocaml
zpe has quit [Remote host closed the connection]
kdef has joined #ocaml
n0v has left #ocaml ["Leaving..."]
seanmcl has quit [Ping timeout: 265 seconds]
tnguyen has joined #ocaml
seanmcl has joined #ocaml
xificurC has quit [Read error: Connection reset by peer]
ollehar1 has joined #ocaml
inf-gropeoid is now known as pyon
jleroux has quit [Ping timeout: 276 seconds]
jleroux has joined #ocaml
thomasga has quit [Quit: Leaving.]
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
ollehar1 has quit [Ping timeout: 250 seconds]
xificurC has joined #ocaml
thomasga has joined #ocaml
rgrinberg has joined #ocaml
Algebr has quit [Ping timeout: 272 seconds]
badkins has joined #ocaml
tnguyen has quit [Quit: tnguyen]
ygrek has quit [Ping timeout: 244 seconds]
<def`> sh0t: what's in your vimrc?
tane has quit [Quit: Verlassend]
Submarine has joined #ocaml
Submarine has joined #ocaml
jwatzman|work has joined #ocaml
jonludlam has quit [Ping timeout: 256 seconds]
Hannibal_Smith has joined #ocaml
octachron has joined #ocaml
tnguyen has joined #ocaml
tnguyen has quit [Client Quit]
tnguyen has joined #ocaml
ncthom91 has joined #ocaml
ygrek has joined #ocaml
matason has quit []
wraithm has joined #ocaml
nullcat has joined #ocaml
nullcat has quit [Client Quit]
ingsoc has quit [Quit: Leaving.]
darryn has joined #ocaml
<darryn> Is it true that Core doesn't work on windows?
<adrien_znc> Core_kernel might
<companion_cube> apparently Core_kernel does
jonludlam has joined #ocaml
<flux> companion_cube, does Containers work on windows?!
<companion_cube> well it should (?), but I didn't test
<companion_cube> it depends on whether ocamlbiuld works on windows
<darryn> Am I able to make a cross-platform gui with Ocaml?
<adrien_znc> it does
lordkryss has quit [Quit: Connection closed for inactivity]
<adrien_znc> GTK+ / EFL / QML
sh0t has quit [Ping timeout: 256 seconds]
leafac1 has joined #ocaml
leafac has quit [Ping timeout: 240 seconds]
leafac has joined #ocaml
robink has quit [Ping timeout: 244 seconds]
thomasga has quit [Quit: Leaving.]
leafac1 has quit [Ping timeout: 264 seconds]
robink_ has joined #ocaml
leafac1 has joined #ocaml
leafac has quit [Ping timeout: 250 seconds]
AndroUser has joined #ocaml
sh0t has joined #ocaml
pyon has quit [Quit: I have irrefutable proof that D < 0. It follows trivially from 2D > 3D, which is obviously true.]
mort___ has quit [Ping timeout: 256 seconds]
fraggle_ has quit [Remote host closed the connection]
AndroUser has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )]
robink_ has quit [Ping timeout: 255 seconds]
ousado_ has joined #ocaml
ousado has quit [Ping timeout: 264 seconds]
ousado_ is now known as ousado
ousado has quit [Changing host]
ousado has joined #ocaml
robink_ has joined #ocaml
<sh0t> guys what's wrong with this regexp: let v3="[|"('-'? digit+ '.' digit*';')*"|]" ? i am trying to match staff like [|1;4.5;-1;|]
<sh0t> it doesn't work with minus before the number
<sh0t> *stuff
<adrien_znc> sh0t: what's the context? ocamllex?
<sh0t> yes adrien_znc
<sh0t> ahh forget it adrien_znc my input was wrong :/
<sh0t> the input to parse
robink_ is now known as robink
<sh0t> but if u know a more elgant regexp...:)
<adrien_znc> :)
<sh0t> yeah right how can i access every single element in that list from lexbuf?
<adrien_znc> do you tokenize your input first?
<sh0t> i'd liek to get an array of float out of it
<sh0t> mmm what do you mean exactly adrien_znc ^
<sh0t> ?
<adrien_znc> sh0t: you could look at http://caml.inria.fr/pub/docs/manual-ocaml/lexyacc.html and especially http://caml.inria.fr/pub/docs/manual-ocaml/lexyacc.html#sec294 for an example that should be fairly close to your needs
leafac has joined #ocaml
<sh0t> yes adrien_znc that's where i started
<sh0t> but
<bernardofpc> If I say " module M = Set.Make (struct type t = int let compare = compare end) ", will the compiler use the right specialized function ?
leafac1 has quit [Ping timeout: 272 seconds]
<sh0t> when it matches something there it sends it directly to the parser with ...int_of_string...while in my case I need to break the thing I matched in many floats and from them create a new element of type array
darryn has quit [Quit: Lost terminal]
<adrien_znc> you should start by breaking down the problem: it looks like you don't have something independant that will match floats and that you can reuse to parse the inside of the array
<def`> sh0t: did you fix your vim problem?
inf-gropeoid has joined #ocaml
<sh0t> nope def`
<sh0t> i'll leave it for later
leafac1 has joined #ocaml
<sh0t> ok adrien_znc
leafac1 has left #ocaml [#ocaml]
leafac has quit [Ping timeout: 250 seconds]
<sh0t> so say i have something like: float=('-'? digit+ '.' digit*';') then i need to parse whatever matched v3...with flaot?
<jyc> is opium still under active development?
Anarchos has joined #ocaml
matason has joined #ocaml
<Drup> not really
<def`> sh0t: filetype plugin on
<def`> filetype indent on
<def`> syntax on
<def`> set nocompatible
<def`> that's a common prolog for .vimrc which you're lacking, although afaict debianalready set some vim options (because that's their business ofc)
<sh0t> def`, it seems to work :D at least :TypeOf
<companion_cube> bernardofpc: I'm not sure in this special case, but that might work with a recent ocaml
ggole has quit [Ping timeout: 245 seconds]
swgillespie has joined #ocaml
agarwal1975 has joined #ocaml
nullcat_ has joined #ocaml
nullcat_ has quit [Ping timeout: 272 seconds]
larhat has quit [Ping timeout: 255 seconds]
ncthom91 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kakadu has joined #ocaml
everyonemines has joined #ocaml
<rgrinberg> :TypeOf isn't a thing anymore
<rgrinberg> It's :MerlinTypeOf now, no?
<rgrinberg> (thank god for that)
<sh0t> oh...it's sitlle there it seems
Haudegen has quit [Ping timeout: 265 seconds]
ncthom91 has joined #ocaml
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<def`> you might have an old version?!
Algebr has joined #ocaml
<sh0t> they both work...
<sh0t> anyway def` can I please ask you to tell me how to parse stuff like this [|-1.0; 4-9; 1.0;|] problem is that I match with my lexer http://paste.ubuntu.com/11572497/ things like -1.0 but then once I am inside the array I need to get all of the values and from them create an array with Array.make. I don't know how to do that because I don't know how many numbers..i'll get...
<sh0t> and also I hate lexing and parsing !!!
<Algebr> I guess merlin can't typecheck subtype coercions
ncthom91 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Haudegen has joined #ocaml
slash^ has quit [Read error: Connection reset by peer]
fraggle_ has joined #ocaml
cschneid has quit [Ping timeout: 256 seconds]
cschneid has joined #ocaml
idegen has quit [Quit: Leaving.]
idegen has joined #ocaml
Simn has quit [Quit: Leaving]
kc has joined #ocaml
kc is now known as Guest69527
Guest69527 has quit [Client Quit]
kayceesrk has joined #ocaml
Submarine has quit [Remote host closed the connection]
freling has joined #ocaml
tmtwd has quit [Remote host closed the connection]
badon has quit [Quit: Leaving]
nullcat_ has joined #ocaml
octachron has quit [Quit: Leaving]
freling has quit [Read error: Connection reset by peer]
freling has joined #ocaml
<bernardofpc> companion_c> | bernardofpc: I'm not sure in this special case, but that might work with a recent ocaml -> what should I write to be sure that the compiler will not be too general ?
freling has quit [Read error: Connection reset by peer]
freling has joined #ocaml
AlexRussia has quit [Quit: WeeChat 1.2-dev]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
nullcat_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<def`> Algebr: why?
badon has joined #ocaml
ygrek has quit [Ping timeout: 264 seconds]
badkins has quit []
thegameg has quit [Ping timeout: 240 seconds]
rbocquet has quit [Ping timeout: 252 seconds]
ncthom91 has joined #ocaml
Algebr has quit [Ping timeout: 256 seconds]
thomasga has joined #ocaml
kayceesrk has quit [Quit: kayceesrk]
thegameg has joined #ocaml
kayceesrk has joined #ocaml
tinhead has joined #ocaml
MercurialAlchemi has quit [Ping timeout: 250 seconds]
rbocquet has joined #ocaml
amnn has joined #ocaml
matason has quit []
seanmcl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kayceesrk has quit [Quit: kayceesrk]
Gama11 has quit [Read error: Connection reset by peer]
struk|work has quit [Ping timeout: 246 seconds]
MrScout has quit [Remote host closed the connection]
kayceesrk has joined #ocaml
MrScout has joined #ocaml
MrScout has quit [Remote host closed the connection]
MrScout has joined #ocaml
Algebr has joined #ocaml
Cyanure has quit [Remote host closed the connection]
freling has quit [Quit: Leaving.]
MrScout has quit [Quit: Leaving...]
Anarchos has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
Algebr has quit [Ping timeout: 244 seconds]
kayceesrk has quit [Quit: kayceesrk]
MrScout has joined #ocaml
xificurC has quit [Remote host closed the connection]
xificurC has joined #ocaml
jave has quit [Ping timeout: 245 seconds]
jave has joined #ocaml
thomasga has quit [Quit: Leaving.]
jonh has left #ocaml ["WeeChat 0.4.2"]
jleroux has quit [Ping timeout: 245 seconds]
adarqui has quit [Ping timeout: 245 seconds]
cross has quit [Ping timeout: 245 seconds]
adarqui has joined #ocaml
cross has joined #ocaml
Hannibal_Smith has quit [Quit: Leaving]
Jefffrey has joined #ocaml
tinhead has quit [Quit: tinhead]
Hannibal_Smith has joined #ocaml
ygrek has joined #ocaml
rgrinberg has quit [Ping timeout: 245 seconds]
seanmcl has joined #ocaml
Kakadu has quit [Remote host closed the connection]
freling has joined #ocaml
struktured has quit [Ping timeout: 256 seconds]
freling has quit [Ping timeout: 255 seconds]
ncthom91 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mcclurmc has quit [Remote host closed the connection]
mcclurmc has joined #ocaml
amnn has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jonludlam has quit [Ping timeout: 265 seconds]
ncthom91 has joined #ocaml
dhil has quit [Quit: Leaving]
Hannibal_Smith has quit [Quit: Leaving]
tinhead has joined #ocaml
swgillespie has joined #ocaml
rgrinberg has joined #ocaml
madroach has quit [Ping timeout: 264 seconds]
madroach has joined #ocaml
Jefffrey has quit [Quit: Leaving...]
MrScout has quit [Ping timeout: 265 seconds]