tufisi has joined #ocaml
tufisi has quit [Ping timeout: 246 seconds]
ulfdoz_ has joined #ocaml
Yoric has joined #ocaml
ulfdoz has quit [Ping timeout: 245 seconds]
ulfdoz_ is now known as ulfdoz
iago has quit [Quit: Leaving]
Neros has quit [Read error: Connection reset by peer]
Yoric has quit [Ping timeout: 256 seconds]
Neros has joined #ocaml
<
_habnabit>
TDJACR, I don't know what that means. pastebin the error you're getting?
<
TDJACR>
Error: This expression is not a function, it can't be applied, with a red line under the match block hcarty
<
TDJACR>
_habnabit: *
<
_habnabit>
yeah, you're calling the result of the match
<
_habnabit>
maybe you meant to have a ; after end?
<
TDJACR>
_habnabit: After the end?
<
TDJACR>
_habnabit: Oh cool. I've never seen it in tha form before
tac has quit [Ping timeout: 245 seconds]
<
_habnabit>
seen what in what form?
<
TDJACR>
_habnabit: A match that doesn't return a value, I suppose.
<
_habnabit>
er, it does return a value
<
_habnabit>
it just doesn't return a function
<
_habnabit>
your code is equivalent (modulo side effects) to: () q
avsm1 has quit [Quit: Leaving.]
madroach has quit [Ping timeout: 244 seconds]
madroach has joined #ocaml
leoncamel has joined #ocaml
Janthinidae has joined #ocaml
Janthinidae has quit [Quit: Ex-Chat]
Janthinidae_ has joined #ocaml
Janthinidae_ has quit [Quit: Ex-Chat]
leoncamel has quit [Ping timeout: 268 seconds]
leoncame` has joined #ocaml
paolooo has joined #ocaml
mjonsson has quit [Remote host closed the connection]
Yoric has joined #ocaml
sivoais has quit [Quit: leaving]
sivoais has joined #ocaml
cdidd has joined #ocaml
paolooo has quit [Ping timeout: 245 seconds]
Yoric has quit [Remote host closed the connection]
Yoric has joined #ocaml
Snark has joined #ocaml
tchell has quit [Ping timeout: 256 seconds]
tchell has joined #ocaml
gnuvince has quit [Ping timeout: 245 seconds]
gnuvince has joined #ocaml
cdidd has quit [Read error: Connection reset by peer]
ontologiae has joined #ocaml
thomasga has joined #ocaml
mfp has quit [Read error: Connection reset by peer]
everyonemines has joined #ocaml
sepp2k has joined #ocaml
hto has quit [Quit: Lost terminal]
Cyanure has joined #ocaml
ontologiae has quit [Ping timeout: 260 seconds]
mfp has joined #ocaml
cago has joined #ocaml
eikke has joined #ocaml
hkBst has joined #ocaml
hkBst has quit [Changing host]
hkBst has joined #ocaml
Kakadu has joined #ocaml
Xizor has joined #ocaml
ontologiae has joined #ocaml
GnomeStoleMyBike has joined #ocaml
ftrvxmtrx_ has quit [Quit: Leaving]
avsm has joined #ocaml
Xizor has quit [Quit: So yes it's mIRC under wine under debian double peche capital. ;) I'll soon see in kfreeBSD.]
cago has quit [Ping timeout: 256 seconds]
cago has joined #ocaml
mcclurmc1 has joined #ocaml
avsm has quit [Quit: Leaving.]
ollehar has joined #ocaml
djcoin has joined #ocaml
jbrown__ has joined #ocaml
|jbrown| has quit [Ping timeout: 252 seconds]
ftrvxmtrx has joined #ocaml
mcclurmc2 has joined #ocaml
mcclurmc1 has quit [Read error: Connection reset by peer]
sgnb` is now known as sgnb
madroach has quit [Quit: leaving]
madroach has joined #ocaml
rixed has joined #ocaml
mcclurmc2 has quit [Quit: Leaving.]
mcclurmc1 has joined #ocaml
beckerb has joined #ocaml
chambart has joined #ocaml
tufisi has joined #ocaml
mcclurmc1 has quit [Quit: Leaving.]
mcclurmc1 has joined #ocaml
eikke has quit [Ping timeout: 260 seconds]
cago has quit [Quit: Leaving.]
cago has joined #ocaml
everyonemines has quit [Quit: Leaving.]
ftrvxmtrx has quit [Quit: Leaving]
<
mcclurmc1>
thomasga: does typerex work with ocaml 4.0? can it work with the bin-annot extention?
answer_42 has joined #ocaml
eikke has joined #ocaml
<
thomasga>
mcclurmc: no it doens't unfortunately
<
thomasga>
but we are working on typerex2 which will
thomasga has quit [Quit: Leaving.]
kmels has joined #ocaml
Yoric has quit [Ping timeout: 246 seconds]
Neros has quit [Read error: Operation timed out]
ftrvxmtrx has joined #ocaml
chambart has quit [Ping timeout: 255 seconds]
mcclurmc1 has quit [Quit: Leaving.]
mcclurmc1 has joined #ocaml
mcclurmc1 has quit [Client Quit]
mcclurmc1 has joined #ocaml
mcclurmc1 has quit [Client Quit]
mcclurmc1 has joined #ocaml
_andre has joined #ocaml
Yoric has joined #ocaml
BiDOrD_ has quit [Read error: Operation timed out]
BiDOrD has joined #ocaml
caligula__ has joined #ocaml
ski_ has joined #ocaml
err404 has joined #ocaml
mehdid_ has joined #ocaml
Neros has joined #ocaml
foo303_ has joined #ocaml
rixed_ has joined #ocaml
mietek_ has joined #ocaml
rixed has quit [*.net *.split]
caligula_ has quit [*.net *.split]
foo303 has quit [*.net *.split]
ski has quit [*.net *.split]
mehdid has quit [*.net *.split]
mietek has quit [*.net *.split]
<
Kakadu>
I've forget how to compile to native-code
<
Kakadu>
ocamlfind opt int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx nm.ml
<
Kakadu>
says that there are no many .o files
<
Kakadu>
and there is no num.o on my machine
ng__ has joined #ocaml
<
ng__>
How I use a ternary operator in ocaml?
<
companion_cube>
which ternary operator do you have in mind?
<
ng__>
for example, ((1 == 1 ? value : 1))
<
Kakadu>
if a then b else c
chambart has joined #ocaml
tufisi has quit [Ping timeout: 246 seconds]
<
f[x]>
Kakadu, nums.cmxa
<
Kakadu>
f[x]: solved already, thanks
<
f[x]>
will link to nums.a which contains all needed .o
Neros_ has joined #ocaml
Neros has quit [Ping timeout: 245 seconds]
mjonsson has joined #ocaml
err404 has left #ocaml []
trotro has joined #ocaml
tufisi has joined #ocaml
ng__ has quit [Quit: Leaving]
thomasga has joined #ocaml
mietek_ is now known as mietek
thomasga1 has joined #ocaml
thomasga has quit [Read error: Connection reset by peer]
mjonsson has quit [Remote host closed the connection]
gnuvince has quit [Ping timeout: 245 seconds]
bobry has joined #ocaml
ansx_ has quit [Quit: !]
ansx has joined #ocaml
Tobu has joined #ocaml
trotro has quit [Quit: Leaving]
ski_ is now known as ski
ImAlsoGreg has quit [Ping timeout: 246 seconds]
ImAlsoGreg has joined #ocaml
Neros_ has quit [Ping timeout: 244 seconds]
Neros has joined #ocaml
ansx has quit [Remote host closed the connection]
ansx has joined #ocaml
ansx has quit [Remote host closed the connection]
ansx has joined #ocaml
avsm has joined #ocaml
avsm has quit [Quit: Leaving.]
Neros_ has joined #ocaml
Neros has quit [Ping timeout: 260 seconds]
avsm has joined #ocaml
avsm has quit [Quit: Leaving.]
jamii has joined #ocaml
Kakadu has quit [Quit: Konversation terminated!]
cdidd has joined #ocaml
gnuvince has joined #ocaml
ollehar has quit [Quit: ollehar]
smondet has joined #ocaml
hkBst has quit [Quit: Konversation terminated!]
cago has quit [Quit: Leaving.]
tac has joined #ocaml
Neros_ has quit [Ping timeout: 256 seconds]
bitbckt has quit [Quit: out]
bitbckt has joined #ocaml
nicoo has quit [Ping timeout: 246 seconds]
tac_ has joined #ocaml
nicoo has joined #ocaml
tac has quit [Ping timeout: 245 seconds]
beckerb has quit [Quit: Konversation terminated!]
leoncame` has quit [Remote host closed the connection]
cdidd has quit [Remote host closed the connection]
chambart has quit [Ping timeout: 248 seconds]
Kakadu has joined #ocaml
avsm has joined #ocaml
eikke has quit [Ping timeout: 268 seconds]
mcclurmc1 has quit [Ping timeout: 240 seconds]
trotro has joined #ocaml
Yoric has quit [Ping timeout: 240 seconds]
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
avsm has quit [Quit: Leaving.]
Neros has joined #ocaml
Cyanure has quit [Remote host closed the connection]
Cyanure has joined #ocaml
cdidd has joined #ocaml
GnomeStoleMyBike has quit [Ping timeout: 246 seconds]
hto has joined #ocaml
gnuvince has quit [Ping timeout: 252 seconds]
gnuvince has joined #ocaml
ftrvxmtrx has quit [Quit: Leaving]
djcoin has quit [Quit: WeeChat 0.3.7]
cdidd has quit [Remote host closed the connection]
oriba has joined #ocaml
<
wieczyk>
How to enable monad syntax in Ocaml
oriba has quit [Quit: oriba]
<
wieczyk>
does batteries contain extension?
oriba has joined #ocaml
<
thelema>
wieczyk: batteries only has extensions for string and comprehensions
<
thelema>
if you dig through the history, pre-1.0 batteries has a monad syntax, iirc
<
thelema>
why do you want syntax extension, don't monad operators work well enough>
oriba has left #ocaml []
<
wieczyk>
>>= fun x ->
<
wieczyk>
looks a bit weird
<
wieczyk>
for me it is ok
Yoric has joined #ocaml
<
wieczyk>
but I am trying to popularize ML in my work. I have one target - some C++ enginner
<
wieczyk>
Today I have implemented coroutine monad in ocaml and have implemented Reverse Polish Notation in coroutine.
<
wieczyk>
It was cool because the calculator was stopped when the input end but computation was not finished.
<
wieczyk>
Much more clear than state machines.
<
wieczyk>
But he had problem with >>=.
<
wieczyk>
So i am thinking how much syntax extension could help.
visitor has joined #ocaml
CoverSli1e has joined #ocaml
trotro has quit [Quit: Leaving]
CoverSli1e is now known as CoverSlide
tac_ is now known as tac-tics
avsm has joined #ocaml
CoverSlide has left #ocaml []
ontologiae has quit [Ping timeout: 272 seconds]
GnomeStoleMyBike has joined #ocaml
chambart has joined #ocaml
chambart has quit [Read error: Operation timed out]
visitor has quit [Quit: leaving]
Cyanure has quit [Ping timeout: 256 seconds]
sepp2k1 has joined #ocaml
sepp2k has quit [Ping timeout: 260 seconds]
Neros has quit [Ping timeout: 246 seconds]
cdidd has joined #ocaml
fraggle_laptop has quit [Ping timeout: 260 seconds]
avsm has quit [Quit: Leaving.]
Snark has quit [Quit: Quitte]
smondet has quit [Ping timeout: 256 seconds]
smondet has joined #ocaml
rwmjones has quit [Ping timeout: 255 seconds]
tane has joined #ocaml
fraggle_laptop has joined #ocaml
HaikuUser has joined #ocaml
rwmjones has joined #ocaml
fraggle_laptop has quit [Read error: Connection timed out]
uselpa has joined #ocaml
Jeaye has quit [Quit: WeeChat 0.3.9]
Jeaye has joined #ocaml
Jeaye has quit [Client Quit]
gnuvince has quit [Ping timeout: 248 seconds]
Jeaye has joined #ocaml
ontologiae has joined #ocaml
avsm has joined #ocaml
Kakadu has quit [Ping timeout: 260 seconds]
avsm has quit [Quit: Leaving.]
ontologiae has quit [Ping timeout: 246 seconds]
answer_42 has quit [Ping timeout: 276 seconds]
thomasga1 has quit [Quit: Leaving.]
ng__ has joined #ocaml
ontologiae has joined #ocaml
ng__ has quit [Quit: Leaving]
gnuvince has joined #ocaml
Yoric has quit [Ping timeout: 245 seconds]
Ptival is now known as Ptivalien
HaikuUser is now known as Anarchos
_andre has quit [Quit: leaving]
ontologiae has quit [Ping timeout: 246 seconds]
Yoric has joined #ocaml
tane has quit [Quit: Verlassend]
seanmcl has joined #ocaml
seanmcl has quit [Quit: Leaving.]
seanmcl has joined #ocaml
seanmcl has left #ocaml []
seanmcl has joined #ocaml
seanmcl has quit [Client Quit]
seanmcl has joined #ocaml
<
Anarchos>
seanmcl so you got it :)
<
seanmcl>
@anarchos: sorry, I don't understand. Was I spamming the channel by accident?
<
Anarchos>
seanmcl no you just join/quit/join/left/joined us :)
<
orbitz>
depedns on defition if spam :)
<
orbitz>
You might have scrappeled the channel
sepp2k1 has quit [Remote host closed the connection]
<
seanmcl>
haha, yeah, started a new job and am trying to get irc autojoining.
<
Anarchos>
seanmcl a new job to google ?
<
seanmcl>
anarchos yes
<
seanmcl>
not much ocaml here unfortunately
<
orbitz>
mountain view?
<
Anarchos>
seanmcl i never saw jobs with ocaml...
<
seanmcl>
New york.
<
seanmcl>
Janestreet and Ocamlpro
<
seanmcl>
I think there are a few others
<
orbitz>
seanmcl: google finally kick spoity out of that building?
<
seanmcl>
I don't know. Just started last week.
<
orbitz>
I went to Hacker School there a few times
<
seanmcl>
We have roughly half the building.
uselpa has quit [Remote host closed the connection]
Submarine has quit [Remote host closed the connection]
Anarchos is now known as HaikuUser
HaikuUser is now known as Anarchos
ftrvxmtrx has joined #ocaml
gnuvince has quit [Ping timeout: 246 seconds]
kmels has quit [Ping timeout: 246 seconds]
seanmcl has quit [Remote host closed the connection]
avsm has joined #ocaml
seanmcl has joined #ocaml
emmanuelux has joined #ocaml
avsm has quit [Quit: Leaving.]
Neros has joined #ocaml
fraggle_laptop has joined #ocaml
smondet has quit [Ping timeout: 260 seconds]
gnuvince has joined #ocaml
jamii has quit [Ping timeout: 246 seconds]
emmanuelux has quit [Quit: emmanuelux]
mjonsson has joined #ocaml
GnomeStoleMyBike has quit [Ping timeout: 260 seconds]
Tobu has quit [Ping timeout: 260 seconds]
fraggle_laptop has quit [Read error: Connection timed out]
avsm has joined #ocaml
Progster has joined #ocaml
fraggle_laptop has joined #ocaml
tac-tics is now known as tac[home]