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

Investigate broken if type distribution in mtprng #58

Open
dgrnbrg opened this issue Feb 24, 2013 · 0 comments
Open

Investigate broken if type distribution in mtprng #58

dgrnbrg opened this issue Feb 24, 2013 · 0 comments

Comments

@dgrnbrg
Copy link
Owner

dgrnbrg commented Feb 24, 2013

Note that many of the mux2s all need to have their branches casted to (uintm 32), or else there are type errors in the mux2. It seems like mux2 should type-unify its branches, so that one could write

(mux2 (= counter max-value)
  0
  (inc counter))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant