Open tatchi opened 2 years ago
To match the new type declaration implemented in #68
module type Hashable = [%import: (module Hashtbl.HashedType)] would become module type%import Hashable = Hashtbl.HashedType
module type Hashable = [%import: (module Hashtbl.HashedType)]
module type%import Hashable = Hashtbl.HashedType
@ejgallego it doesn't seem I've the right to change the milestone. Do you mind doing it?
Ooops, I've tried to fix the permissions, you should have an invite.
To match the new type declaration implemented in #68
module type Hashable = [%import: (module Hashtbl.HashedType)]
would becomemodule type%import Hashable = Hashtbl.HashedType