Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
1ef941a8
Commit
1ef941a8
authored
Sep 11, 2013
by
Joachim Breitner
Browse files
User guide typo: Missing ) in #language-pragma
parent
65e55c66
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/glasgow_exts.xml
View file @
1ef941a8
...
...
@@ -9080,7 +9080,7 @@ Assertion failures can be caught, see the documentation for the
<para>
Every language extension can also be turned into a command-line flag
by prefixing it with "
<literal>
-X
</literal>
"; for example
<option>
-XForeignFunctionInterface
</option>
.
(Similarly, all "
<literal>
-X
</literal>
" flags can be written as
<literal>
LANGUAGE
</literal>
pragmas.
(Similarly, all "
<literal>
-X
</literal>
" flags can be written as
<literal>
LANGUAGE
</literal>
pragmas.
)
</para>
<para>
A list of all supported language extensions can be obtained by invoking
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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