Commit f95581b
committed
Mark many in Alternative instance as INLINEABLE
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.1 parent 6af054b commit f95581b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments