JPDev@programming.dev to Programmer Humor@programming.dev · 7 months agoVariable Declarationprogramming.devimagemessage-square32fedilinkarrow-up1959arrow-down118
arrow-up1941arrow-down1imageVariable Declarationprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 7 months agomessage-square32fedilink
minus-squarebaseless_discourse@mander.xyzlinkfedilinkarrow-up16·edit-27 months agowriting code normally ocaml-lsp: syntax error ocaml-lsp: syntax error ocaml-lsp: syntax error ocaml-lsp: syntax error ocaml-lsp: okay, probably okay ocaml-lsp: syntax error ocaml-lsp: syntax error ocaml-lsp: wait, the entire function is wrong me: WHAT, where ocaml-lsp: like the entire thing, 20 lines of it, a -> (b -> c -> d) -> [200 other types] ->g doesn’t match a -> (b -> c/2 -> d) -> [200 other types] ->g , c doesn’t match c/2.
writing code normally
ocaml-lsp: syntax error
ocaml-lsp: syntax error
ocaml-lsp: syntax error
ocaml-lsp: syntax error
ocaml-lsp: okay, probably okay
ocaml-lsp: syntax error
ocaml-lsp: syntax error
ocaml-lsp: wait, the entire function is wrong
me: WHAT, where
ocaml-lsp: like the entire thing, 20 lines of it,
a -> (b -> c -> d) -> [200 other types] ->g
doesn’t match
a -> (b -> c/2 -> d) -> [200 other types] ->g
,
c
doesn’t matchc/2
.