You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Merlin toolkit version 2.5.1, for Ocaml 4.03.0
Test code:
let o = object
method print_a = print_endline "a";
method print_b = print_endline "b";
end
let () =
o#
Conversation:
> ["tell","start","end","let o = object\n method print_a = print_endline \"a\";\n method print_b = print_endline \"b\";\nend\n\nlet () =\n o#\n"]
< ["return",true]
> ["complete","prefix","","at",{"line":7,"col":4},"with","doc"]
< ["return",{"entries":[{"name":"()","kind":"Constructor","desc":"unit","info":""},{"name":"at_exit","kind":"Value","desc":"(unit -> unit) -> unit","info":" Register the given function to be called at program\n termination time. The functions registered with [at_exit]\n will be called when the program executes {!Pervasives.exit},\n or terminates, either normally or because of an uncaught exception.\n The functions are called in 'last in, first out' order:\n the function most recently added with [at_exit] is called first. "}, ...]}]
On my macOS 10.12.1
Merlin version:
Test code:
Conversation:
Ref: hackwaly/vscode-ocaml#71
The text was updated successfully, but these errors were encountered: