You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
Note that many of the
mux2
s 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 writeThe text was updated successfully, but these errors were encountered: