Skip to content

Commit f03af27

Browse files
committed
fix for 4.07: renaming of stdlib modules; I'm not sure whether this is the best fix
1 parent 6362bc6 commit f03af27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_test/test_ppx_import.cppo.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type package_type =
4242
Longident.t := Longident.t [@printer pp_longident]]]
4343
[@@deriving show]
4444

45-
module type Hashable = [%import: (module Hashtbl.HashedType)]
45+
module type Hashable = [%import: (module Stdlib__hashtbl.HashedType)]
4646

4747
type self_t = [%import: Test_self_import.t]
4848

0 commit comments

Comments
 (0)