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
I don't think we have a test case for this part of the code
Plugins.Cast from0 Plugins.AxiomInstCo {} | Plugins.isPredTy (Plugins.exprType from0) -> do inlined <- flip loopM from0 $ \from -> do ( \case Plugins.Cast from' _ -> if Plugins.isPredTy (Plugins.exprType from') then Left from' else Right from' other -> Left other ) <$> (simplifyFun dflags logger [] =<\< mkInline from) categorifyLambda name =<\< simplifyFun dflags logger [] (Plugins.mkCoreApps inlined args)
outside of Heavisoft.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't think we have a test case for this part of the code
outside of Heavisoft.
The text was updated successfully, but these errors were encountered: