We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler crashes on this input. Code to reproduce:
module type A = { module R : { type t = t } }
Error:
Internal compiler error (unhandled IO exception). Please report this at https://github.com/diku-dk/futhark/issues lookupType: QualName {qualQuals = [], qualLeaf = VName (Name "t") 4522} CallStack (from HasCallStack): error, called at src/Language/Futhark/TypeChecker/Monad.hs:341:18 in futhark-0.26.0-c862ced4ea8e88ac2472f231338dedbb75f0e5791c54d2b0d213cdfa513a8eb8:Language.Futhark.TypeChecker.Monad Process futhark exited abnormally with code 1
The text was updated successfully, but these errors were encountered:
dadf8c3
No branches or pull requests
Compiler crashes on this input.
Code to reproduce:
Error:
The text was updated successfully, but these errors were encountered: