effectie-test4cats
effectie-test4cats
effectie.testing.cats
Gens
Laws
ApplicativeLaws
ApplicativeLaws
FunctorLaws
FunctorLaws
MonadLaws
MonadLaws
MonadSpec
Specs
ApplicativeLaws
FunctorLaws
MonadLaws
effectie-test4cats
/
effectie.testing.cats
/
Gens
Gens
object
Gens
Since
2021-08-04
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
genAToMonadA
[F[*], A](genF:
GenT
[A => A])(implicit evidence$1:
Monad
[F]):
GenT
[A => F[A]]
def
genFA
[F[*], A](genA:
GenT
[A])(implicit evidence$2:
Monad
[F]):
GenT
[F[A]]
def
genInt
(from:
Int
, to:
Int
):
GenT
[
Int
]
def
genIntFromMinToMax
:
GenT
[
Int
]
def
genIntToInt
:
GenT
[
Int
=>
Int
]