Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
78ee2937
Commit
78ee2937
authored
Nov 15, 2011
by
dterei
Browse files
Fix mistake in user guide
parent
2da8a4d1
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/users_guide/glasgow_exts.xml
View file @
78ee2937
...
@@ -8346,8 +8346,8 @@ happen.
...
@@ -8346,8 +8346,8 @@ happen.
<para>
A
<literal>
SPECIALIZE
</literal>
pragma for a function can
<para>
A
<literal>
SPECIALIZE
</literal>
pragma for a function can
be put anywhere its type signature could be put. Moreover, you
be put anywhere its type signature could be put. Moreover, you
can also
<literal>
SPECIALIZE
</literal>
an
<emphasis>
imported
</emphasis>
can also
<literal>
SPECIALIZE
</literal>
an
<emphasis>
imported
</emphasis>
provided it was given an
<literal>
INLINABLE
</literal>
pragma at
its definition site
function
provided it was given an
<literal>
INLINABLE
</literal>
pragma at
(
<xref
linkend=
"inlinable-pragma"
/>
)
</para>
its definition site
(
<xref
linkend=
"inlinable-pragma"
/>
)
.
</para>
<para>
A
<literal>
SPECIALIZE
</literal>
has the effect of generating
<para>
A
<literal>
SPECIALIZE
</literal>
has the effect of generating
(a) a specialised version of the function and (b) a rewrite rule
(a) a specialised version of the function and (b) a rewrite rule
...
...
Write
Preview
Markdown
is supported
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