zolk3ri has quit [Remote host closed the connection]
yomimono has quit [Ping timeout: 240 seconds]
orbifx has joined #ocaml
spew has quit [Quit: Connection closed for inactivity]
yomimono has joined #ocaml
pierpal has joined #ocaml
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #ocaml
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #ocaml
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #ocaml
crowley95 has quit [Ping timeout: 250 seconds]
crowley95 has joined #ocaml
orbifx has quit [Ping timeout: 245 seconds]
initiumdoeslinux has joined #ocaml
hcs^ has quit []
initiumdoeslinux has quit [Ping timeout: 246 seconds]
yomimono has quit [Ping timeout: 268 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yomimono has joined #ocaml
sagax has quit [Quit: Konversation terminated!]
kvda has joined #ocaml
<carlosdagos>
Hello all. How can I look up function definitions (online), for functions such as `>|=`? I know it's part of `Lwt.Infix`, but I'm wondering if there's a hoogle-esque service/program that I can use to look it up. Thanks.
silver has quit [Read error: Connection reset by peer]
KeyJoo has joined #ocaml
KeyJoo has quit [Quit: KeyJoo]
KeyJoo has joined #ocaml
KeyJoo has quit [Client Quit]
mfp has quit [Ping timeout: 250 seconds]
al-damiri has quit [Quit: Connection closed for inactivity]
Spetznaz_ has quit [Ping timeout: 244 seconds]
KeyJoo has joined #ocaml
tormen_ has joined #ocaml
ostera has joined #ocaml
tormen has quit [Ping timeout: 246 seconds]
ostera has quit [Ping timeout: 268 seconds]
initiumdoeslinux has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 272 seconds]
initiumdoeslinux has joined #ocaml
abaiste has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 246 seconds]
JimmyRcom has quit [Remote host closed the connection]
JimmyRcom has joined #ocaml
ziyourenxiang has joined #ocaml
JimmyRcom has quit [Ping timeout: 250 seconds]
ostera has joined #ocaml
ostera has quit [Ping timeout: 244 seconds]
JimmyRcom has joined #ocaml
gravicappa has joined #ocaml
sonologico has joined #ocaml
z__tid has quit [Ping timeout: 264 seconds]
jao has quit [Ping timeout: 245 seconds]
z__tid has joined #ocaml
sonologico has quit [Remote host closed the connection]
sagotch has joined #ocaml
JimmyRcom has quit [Ping timeout: 272 seconds]
MadcapJake has quit [Remote host closed the connection]
iovec has quit [Quit: Connection closed for inactivity]
ostera has joined #ocaml
initiumdoeslinux has joined #ocaml
freyr69 has joined #ocaml
sagotch has quit [Quit: Leaving.]
initiumdoeslinux has quit [Ping timeout: 250 seconds]
sagotch has joined #ocaml
gravicappa has quit [Ping timeout: 272 seconds]
ziyourenxiang has quit [Ping timeout: 240 seconds]
carlosdagos has quit [Quit: Connection closed for inactivity]
orbifx has joined #ocaml
pierpal has quit [Quit: Poof]
pierpal has joined #ocaml
initiumdoeslinux has joined #ocaml
initiumdoeslinux has quit [Ping timeout: 246 seconds]
ostera has quit [Ping timeout: 268 seconds]
orbifx has quit [Ping timeout: 252 seconds]
Haudegen has joined #ocaml
iovec has joined #ocaml
sagotch has quit [Quit: Leaving.]
ostera has joined #ocaml
r3s1stanc3 has quit [Remote host closed the connection]
r3s1stanc3 has joined #ocaml
r3s1stanc3 has quit [Client Quit]
ostera has quit [Ping timeout: 245 seconds]
r3s1stanc3 has joined #ocaml
shakalaka has quit [Ping timeout: 252 seconds]
ostera has joined #ocaml
ziyourenxiang has joined #ocaml
ostera has quit [Ping timeout: 245 seconds]
mfp has joined #ocaml
fazbi has joined #ocaml
fazbi has quit [Client Quit]
fazbee has joined #ocaml
<fazbee>
Hi, is there any built-in / standard Monad that ready to use? Seeking like Maybe/Either structure and basic function like map,bind,etc.
fazbee has quit [Ping timeout: 256 seconds]
decentpenguin has joined #ocaml
<vsiles>
fazbee: for Either you can have a look at Result (don't remember if it's in ocaml std or in janestreet core). For Maybe there is the Option module (same here)