We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
module type A = { let f: unit => unit }
When hovering on A, a type hint is shown with
A
module A = { let f: unit => unit }
(with module instead of module type).
module
module type