Skip to content

Investigate broken if type distribution in mtprng #58

@dgrnbrg

Description

@dgrnbrg

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions