Changes between Version 4 and Version 5 of Proposal/SelfExplinatoryInlinePragmas
- Timestamp:
- Jul 30, 2015 3:44:20 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposal/SelfExplinatoryInlinePragmas
v4 v5 62 62 63 63 64 == Questions and possible minor variations ==65 66 * With these pragmas, do we still need the brackets `[`..`]` as part of the syntax, or can we drop that, as in67 68 {{{69 {-# INLINE_FROM 2 f #-}70 }}}71 72 73 64 == Alternatives == 74 65 … … 90 81 {-# NOINLINE[~n] f #-} becomes {-# MAY_INLINE[ > n] f #-} 91 82 }}} 83 84 85 == Questions and possible minor variations == 86 87 * With these pragmas, do we still need the brackets `[`..`]` as part of the syntax, or can we drop that, as in 88 89 {{{ 90 {-# INLINE_FROM 2 f #-} 91 }}}