JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoVariable Declarationprogramming.devimagemessage-square30linkfedilinkarrow-up14arrow-down10
arrow-up14arrow-down1imageVariable Declarationprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square30linkfedilink
minus-squarebaseless_discourse@mander.xyzdeleted by creatorlinkfedilinkarrow-up0·edit-22 years 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 ocaml-lsp: 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
ocaml-lsp:
a -> (b -> c ->d) -> [200 other types] ->gdoesn’t match
a -> (b -> c/2 ->d) -> [200 other types] ->g,
cdoesn’t matchc/2.