Skip to content

Commit e0d544a

Browse files
committed
Rename qcheck_generators to QCheck_generators
1 parent 6a4f816 commit e0d544a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

src/ppx_deriving_qcheck/ppx_deriving_qcheck.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
open Ppxlib
2-
module G = Qcheck_generators
2+
module G = QCheck_generators
33
module O = G.Observable
44

55
(** {1. ppx_deriving_qcheck} *)

src/ppx_deriving_qcheck/tuple.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
open Ppxlib
2-
module G = Qcheck_generators
3-
module O = Qcheck_generators.Observable
2+
module G = QCheck_generators
3+
module O = G.Observable
44

55
(** {1. Tuple } *)
66

0 commit comments

Comments
 (0)