Module type Foo.my_module_type

The comment for module type my_module_type.

val x : int

The comment for value x.

module M : sig ... end

The comment for module M.