We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6362bc6 commit f03af27Copy full SHA for f03af27
src_test/test_ppx_import.cppo.ml
@@ -42,7 +42,7 @@ type package_type =
42
Longident.t := Longident.t [@printer pp_longident]]]
43
[@@deriving show]
44
45
-module type Hashable = [%import: (module Hashtbl.HashedType)]
+module type Hashable = [%import: (module Stdlib__hashtbl.HashedType)]
46
47
type self_t = [%import: Test_self_import.t]
48
0 commit comments