@[email protected] to Programmer [email protected] • 7 months agoVariable Declarationprogramming.devimagemessage-square32fedilinkarrow-up1936arrow-down117
arrow-up1919arrow-down1imageVariable Declarationprogramming.dev@[email protected] to Programmer [email protected] • 7 months agomessage-square32fedilink
minus-square@[email protected]linkfedilink16•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
.