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
The attached test case fails with:
Internal Bluespec Compiler Error:
Please report this failure to your Bluespec technical contact.
If you do not know your contact, you may email [email protected].
The following internal error message should be included in your
correspondence along with any other relevant details:
Bluespec Compiler (build 16071ee)
expandSyn,truncType
(1, 0, FunctorCrash.Functor FunctorCrash.Foo, FunctorCrash.Bar (TGen 0) (TGen 0))
I don't think this can actually work (instance-matching against a partially-applied type synonym doesn't make sense), but it should fail with a proper error.
The text was updated successfully, but these errors were encountered:
FunctorCrash.bs.txt
The attached test case fails with:
Internal Bluespec Compiler Error:
Please report this failure to your Bluespec technical contact.
If you do not know your contact, you may email [email protected].
The following internal error message should be included in your
correspondence along with any other relevant details:
Bluespec Compiler (build 16071ee)
expandSyn,truncType
(1, 0, FunctorCrash.Functor FunctorCrash.Foo, FunctorCrash.Bar (TGen 0) (TGen 0))
I don't think this can actually work (instance-matching against a partially-applied type synonym doesn't make sense), but it should fail with a proper error.
The text was updated successfully, but these errors were encountered: