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

Expand state type defintion to accept atoms #88

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    ef5365b View commit details
    Browse the repository at this point in the history
  2. Move state type to Machinery.Transition

    - Clean up type definitions
    - Fix dialyzer errors
    - Move `t:state()` to Machinery.Transition so there aren't circular deps
    mraaroncruz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ac774af View commit details
    Browse the repository at this point in the history
  3. Add dialyzer

    There were some type errors that were making calling code give the old "no local return" error.
    Add dialyzer so this won't happen anymore.
    mraaroncruz committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    39037e2 View commit details
    Browse the repository at this point in the history