Frédéric Bour
Frédéric Bour
@voodoos The server uses a timeout (300 seconds I think), the editor does not communicate when it shutdowns. The problem has to do with process creation, maybe path management, and...
I went this way in this branch: https://github.com/let-def/ocaml/tree/explicit-generative-application I chose to just use an option, I can make a more specific type if people prefers: ```ocaml (* Parsetree *) |...
Ok, I will do that on Tuesday.
I started work on this a few weeks ago, but I don't have time for it right now… I hope to release it in a few more weeks.
The branch experimental-polarity implements such feature, but there is not yet any user-interface. The query language use variance of types to direct the search, e.g. "-string +int" finds a way...
What about the results? TypeOf displays a single result (though you can navigate), here we have should expect lists of non-negligible size (same size as completion). ... Sublime text will...
I opened #612 to track my developments related to this feature.
I added your example as a test case. However accepting this input might be nice. There are two difficulties I can think of: - when parsing the RHS as a...
@pedrotst: Compute a normal form for paths (or try to, I think, if some modules are not available). It replaces all aliases by actual definitions.
Could you share the directory setup? Is the `.merlin` is the same direcotry as ML files or a parent directory?