I have a file util.ml which stores some functions like take and drop.
How to call this functions to other file
The error: Unbound module util
I’m using ocamlbuild and it builds properly; but ocamllsp is unable to locate the .cmo or .cmi files, I guess.
In addition to this, how to enable inlayHints - I’m using emacs and eglot.
So far, I tried this settings in my .dir-locals.el
Your solution works. After enabling merlin-mode, I am getting the completions from that file.
Is it possible to see type signatures like lsp for functions and modules?