To match the new type declaration implemented in #68 `module type Hashable = [%import: (module Hashtbl.HashedType)]` would become `module type%import Hashable = Hashtbl.HashedType`
To match the new type declaration implemented in #68
module type Hashable = [%import: (module Hashtbl.HashedType)]would becomemodule type%import Hashable = Hashtbl.HashedType