```rescript module type A = { let f: unit => unit } ``` When hovering on `A`, a type hint is shown with ```rescript module A = { let f: unit => unit } ``` (with `module` instead of `module type`).