Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
aa847836
Commit
aa847836
authored
Sep 11, 2004
by
panne
Browse files
[project @ 2004-09-11 18:17:04 by panne]
NOINLINE is mentioned in the H98 report, not NOTINLINE. MERGE TO STABLE.
parent
b2746a8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/docs/users_guide/glasgow_exts.xml
View file @
aa847836
...
...
@@ -4186,7 +4186,7 @@ key_function :: Int -> String -> (Bool, Double)
you're very cautious about code size.
</para>
<para><literal>
NOTINLINE
</literal>
is a synonym for
<literal>
NOINLINE
</literal>
(
<literal>
NO
T
INLINE
</literal>
is
<literal>
NOINLINE
</literal>
(
<literal>
NOINLINE
</literal>
is
specified by Haskell 98 as the standard way to disable
inlining, so it should be used if you want your code to be
portable).
</para>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment