Skip to content

Mark many in Alternative instance as INLINEABLE#197

Merged
bgamari merged 1 commit intohaskell:masterfrom
AndreasPK:master
Mar 6, 2023
Merged

Mark many in Alternative instance as INLINEABLE#197
bgamari merged 1 commit intohaskell:masterfrom
AndreasPK:master

Conversation

@AndreasPK
Copy link
Copy Markdown
Contributor

Since many is recursive ghc will never inline it. Even if we mark as INLINE.
However ghc will complain if we compile with core lint enabled.

So we just mark it as INLINEABLE instead.

Since many is recursive ghc will never inline it. Even if we mark as INLINE.
However ghc will complain if we compile with core lint enabled.

So we just mark it as INLINEABLE instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants