Skip to content

genMaybe and genEither with adjustable bias #14

@matthewleon

Description

@matthewleon
genMaybe' :: forall m a. MonadGen m => m a -> Number -> m (Maybe a)

genEither' :: forall m a b. MonadGen m => m a -> m b -> Number -> m (Either a b)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions