We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4f816 commit e0d544aCopy full SHA for e0d544a
src/ppx_deriving_qcheck/qcheck_generators.ml renamed to src/ppx_deriving_qcheck/QCheck_generators.ml
src/ppx_deriving_qcheck/ppx_deriving_qcheck.ml
@@ -1,5 +1,5 @@
1
open Ppxlib
2
-module G = Qcheck_generators
+module G = QCheck_generators
3
module O = G.Observable
4
5
(** {1. ppx_deriving_qcheck} *)
src/ppx_deriving_qcheck/tuple.ml
@@ -1,6 +1,6 @@
-module O = Qcheck_generators.Observable
+module O = G.Observable
(** {1. Tuple } *)
6
0 commit comments