Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
64385754
Commit
64385754
authored
Jun 05, 2009
by
Ian Lynagh
Browse files
Fix typo
parent
f1779d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/using.xml
View file @
64385754
...
...
@@ -992,7 +992,7 @@ foreign import "&f" f :: FunPtr t
<listitem>
<indexterm><primary><option>
-fwarn-dodgy-imports
</option></primary>
</indexterm>
<para>
Causes a warning to be emitted when a
a
datatype
<para>
Causes a warning to be emitted when a datatype
<literal>
T
</literal>
is imported
with all constructors, i.e.
<literal>
T(..)
</literal>
, but has been
exported abstractly, i.e.
<literal>
T
</literal>
.
</para>
...
...
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