JPDev@programming.dev to Programmer Humor@programming.dev · 2 年前Variable Declarationprogramming.devimagemessage-square31linkfedilinkarrow-up1966arrow-down118
arrow-up1948arrow-down1imageVariable Declarationprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 年前message-square31linkfedilink
minus-squarebaseless_discourse@mander.xyzlinkfedilinkarrow-up16·edit-22 年前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 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] ->gdoesn’t match
a -> (b -> c/2 -> d) -> [200 other types] ->g,
cdoesn’t matchc/2.