Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #427 #429

Merged
merged 2 commits into from
Apr 27, 2021
Merged

Fix #427 #429

merged 2 commits into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. Fix metosin#427

    Comparing `-coll-gen` and `-coll-gen-distict` in the `malli.generator`
    namespace, it seems there was no reason for the latter to handle
    recursive generation any different. Both implementations now create a
    generator based on the same initial conditions.
    helins committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    fca90f9 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    Attention, this is technically a breaking change since
    `malli.generator/-coll-distict-gen` has been renamed.
    helins committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    82d6fb6 View commit details
    Browse the repository at this point in the history