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
Depends on the fix to #306 . Right now because we haven't quite decided yet how to deal with !-ed and #-ed type vars, we don't have a syntax in the core language for such a thing. As a result the compiler simply (wrongly) desugars that #a! to a TVarUnboxed, resulting the mismatch of types in the core tc (https://github.com/NICTA/cogent/blob/master/cogent/src/Cogent/Desugar.hs#L524).
The code
causes the error message
It seems to me that the ! operator is not correctly propagated through the unbox operator.
The text was updated successfully, but these errors were encountered: