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
If we really did want to support this, we'd have to think about how this would translate to Haskell, since unsigned is not a qualifier in Haskell; we'd need some type-level mapping from the int newtype (or type aliases) to some kind of unsigned version.
The text was updated successfully, but these errors were encountered:
When macro-defined types such as
are surrounded by qualifiers, such as
we currently ignore those qualifiers.
If we really did want to support this, we'd have to think about how this would translate to Haskell, since
unsigned
is not a qualifier in Haskell; we'd need some type-level mapping from theint
newtype (or type aliases) to some kind of unsigned version.The text was updated successfully, but these errors were encountered: