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
ead1eed0
Commit
ead1eed0
authored
Nov 20, 2008
by
simonpj@microsoft.com
Browse files
Fix flag name -XDisambiguateRecordFields
parent
1d14a6cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/flags.xml
View file @
ead1eed0
...
...
@@ -659,11 +659,11 @@
<entry><option>
-XNoArrows
</option></entry>
</row>
<row>
<entry><option>
-
fd
isambiguate
-r
ecord
-f
ields
</option></entry>
<entry><option>
-
XD
isambiguate
R
ecord
F
ields
</option></entry>
<entry>
Enable
<link
linkend=
"disambiguate-fields"
>
record
field disambiguation
</link></entry>
<entry>
dynamic
</entry>
<entry><option>
-
fno-d
isambiguate
-r
ecord
-f
ields
</option></entry>
<entry><option>
-
XNoD
isambiguate
R
ecord
F
ields
</option></entry>
</row>
<row>
<entry><option>
-XForeignFunctionInterface
</option></entry>
...
...
docs/users_guide/glasgow_exts.xml
View file @
ead1eed0
...
...
@@ -1232,7 +1232,7 @@ it is not clear which of the two types is intended.
</para>
<para>
Haskell 98 regards all four as ambiguous, but with the
<option>
-
fd
isambiguate
-r
ecord
-f
ields
</option>
flag, GHC will accept
<option>
-
XD
isambiguate
R
ecord
F
ields
</option>
flag, GHC will accept
the former two. The rules are precisely the same as those for instance
declarations in Haskell 98, where the method names on the left-hand side
of the method bindings in an instance declaration refer unambiguously
...
...
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