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
Hey, there! Thank you for this amazing extension!
I'm now learning OCaml by "Real World OCaml" book, and while writing code from examples, I've encountered a weird doc-comment bug, here's code:
openBasetypet(** Blah *)valempty : t
When I hover empty, I get the following doc hover:
"This module is the toplevel of the Base library; it's what you get when you write open Base.
The goal of Base is both to be a more complete standard library," etc
Here's the screenshot:
The text was updated successfully, but these errors were encountered:
Hey, there! Thank you for this amazing extension!
I'm now learning OCaml by "Real World OCaml" book, and while writing code from examples, I've encountered a weird doc-comment bug, here's code:
When I hover
empty
, I get the following doc hover:"This module is the toplevel of the Base library; it's what you get when you write open Base.
The goal of Base is both to be a more complete standard library," etc
Here's the screenshot:
The text was updated successfully, but these errors were encountered: