<d_bot>
<Cyclomatic Complexity> Would it be possible to get, in some way, where an equality constraint from the typer comes from? Very often, when type debugging, I get `x had type woo, but I expected wee`. And I very very often want to ask "But why did you expect wee???" or "What could possibly make you think it has type woo???"
favonia has quit [Ping timeout: 268 seconds]
favonia has joined #ocaml
Tuplanolla has joined #ocaml
wonko has joined #ocaml
favonia has quit [Ping timeout: 268 seconds]
wonko has quit [Ping timeout: 268 seconds]
favonia has joined #ocaml
<d_bot>
<ggole> Not really, the usual way to approach that kind of problem is to add some annotations
<d_bot>
<Cyclomatic Complexity> sad
Serpent7776 has joined #ocaml
gzj has joined #ocaml
waleee has joined #ocaml
TheLemonMan has joined #ocaml
gzj has quit [Read error: Connection reset by peer]
gzj has joined #ocaml
waleee has quit [Ping timeout: 268 seconds]
mbuf has joined #ocaml
gzj has quit [Remote host closed the connection]
gzj has joined #ocaml
krnkktz has joined #ocaml
gzj has quit [Remote host closed the connection]
gzj has joined #ocaml
Chouhartem has joined #ocaml
dy is now known as lol
lol is now known as dy
gzj has quit [Ping timeout: 264 seconds]
Haudegen has joined #ocaml
favonia has quit [Ping timeout: 268 seconds]
favonia has joined #ocaml
favonia has quit [Ping timeout: 268 seconds]
favonia has joined #ocaml
toppler has joined #ocaml
favonia has quit [Ping timeout: 268 seconds]
serpent has joined #ocaml
Serpent7776 has quit [Ping timeout: 268 seconds]
dhil has joined #ocaml
zebrag has joined #ocaml
TheRuralJuror has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
Haudegen has quit [Ping timeout: 268 seconds]
dhil has joined #ocaml
dhil has quit [Ping timeout: 268 seconds]
farn has joined #ocaml
farn has quit [Client Quit]
farn has joined #ocaml
farn has quit [Client Quit]
farn has joined #ocaml
serpent is now known as Serpent7776
farn has quit [Remote host closed the connection]
farn has joined #ocaml
farn has quit [Remote host closed the connection]
farn has joined #ocaml
dhil has quit [Ping timeout: 268 seconds]
oriba has joined #ocaml
farn has quit [Remote host closed the connection]
farn has joined #ocaml
TheLemonMan has joined #ocaml
berberman has joined #ocaml
berberman_ has quit [Ping timeout: 268 seconds]
mariari has quit [Quit: WeeChat 3.1]
mariari has joined #ocaml
TheRuralJuror has quit [Quit: No Ping reply in 180 seconds.]
Haudegen has joined #ocaml
gareppa has joined #ocaml
gareppa has quit [Remote host closed the connection]
dwt_ has joined #ocaml
mbuf has quit [Quit: Leaving]
drakonis1 has joined #ocaml
drakonis1 has quit [Quit: WeeChat 3.1]
drakonis1 has joined #ocaml
drakonis1 has quit [Client Quit]
unyu is now known as lolcathost
lolcathost has quit [Quit: WeeChat 3.1]
paolo has joined #ocaml
paolo has quit [Client Quit]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
unyu has joined #ocaml
dhil has joined #ocaml
ewanas has joined #ocaml
ewanas is now known as foocraft
foocraft is now known as ewanas
ewanas is now known as foocraft
foocraft is now known as foo303
foo303 is now known as ewanas
ewanas has quit [Client Quit]
ewanas has joined #ocaml
hex0punk has joined #ocaml
<d_bot>
<stab> yeah annotations are really the only way... the only thing a type checker can guarantee is predictable error messages. It's very hard to get guaranteed good error messages for humans with unification
<d_bot>
<stab> adding annotations always solves it for me tho
<d_bot>
<soilih> hello guys
<d_bot>
<soilih> Hope you are doing well !!
<d_bot>
<soilih> I have a problem with ocaml, basically, i'm doing a server, and i want to show logs in the client