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
58916f71
Commit
58916f71
authored
Jul 08, 2007
by
Ian Lynagh
Browse files
Tidy up comments in DynFlags
parent
7317813a
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
58916f71
...
...
@@ -1094,12 +1094,12 @@ xFlags :: [(String, DynFlag)]
xFlags
=
[
(
"FI"
,
Opt_FFI
),
-- support `-ffi'...
(
"FFI"
,
Opt_FFI
),
-- ...and also `-fffi'
(
"ForeignFunctionInterface"
,
Opt_FFI
),
-- ...and also `-fffi'
(
"ForeignFunctionInterface"
,
Opt_FFI
),
(
"Arrows"
,
Opt_Arrows
),
-- arrow syntax
(
"Parr"
,
Opt_PArr
),
(
"TH"
,
Opt_TH
),
(
"TH"
,
Opt_TH
),
-- support -fth
(
"TemplateHaskelll"
,
Opt_TH
),
(
"Generics"
,
Opt_Generics
),
...
...
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