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
Both when creating contexts and when looking up Rust types from Haskell types, we should expand out Haskell type synonyms. The arguments against doing this are:
we have to redo some work GHC's typechecker is doing
there is asymmetry: the Rust side doesn't support type synonyms
The text was updated successfully, but these errors were encountered:
Both when creating contexts and when looking up Rust types from Haskell types, we should expand out Haskell type synonyms. The arguments against doing this are:
The text was updated successfully, but these errors were encountered: