Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
b378873b
Commit
b378873b
authored
Sep 23, 2010
by
simonpj@microsoft.com
Browse files
Impredicative types is no longer deprecated
parent
ef669fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
b378873b
...
...
@@ -1566,8 +1566,7 @@ xFlags = [
(
"LiberalTypeSynonyms"
,
Opt_LiberalTypeSynonyms
,
nop
),
(
"Rank2Types"
,
Opt_Rank2Types
,
nop
),
(
"RankNTypes"
,
Opt_RankNTypes
,
nop
),
(
"ImpredicativeTypes"
,
Opt_ImpredicativeTypes
,
\
_
->
deprecate
"impredicative polymorphism will be simplified or removed in GHC 6.14"
),
(
"ImpredicativeTypes"
,
Opt_ImpredicativeTypes
,
nop
),
(
"TypeOperators"
,
Opt_TypeOperators
,
nop
),
(
"RecursiveDo"
,
Opt_RecursiveDo
,
deprecatedForExtension
"DoRec"
),
...
...
Write
Preview
Supports
Markdown
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