We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3a575 commit 502f8e4Copy full SHA for 502f8e4
src/core/QCheck.mli
@@ -659,7 +659,7 @@ module Gen : sig
659
to the size-bounded generator.
660
@since 0.5 *)
661
662
- val fix : (('a -> 'b t) -> ('a -> 'b t)) -> 'a -> 'b t
+ val fix : (('a -> 'b t) -> 'a -> 'b t) -> 'a -> 'b t
663
(** Parametrized fixpoint combinator for generating recursive values.
664
665
The fixpoint is parametrized over an arbitrary state ('a), and the
0 commit comments