[commit: ghc] wip/type-app: TypeApplications implies AllowAmbiguousTypes (db0f0a3)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 12:05:25 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/type-app
Link       : http://ghc.haskell.org/trac/ghc/changeset/db0f0a382a1431b6eee92dbc574a690f24aa4085/ghc

>---------------------------------------------------------------

commit db0f0a382a1431b6eee92dbc574a690f24aa4085
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Thu Jul 9 23:05:54 2015 -0400

    TypeApplications implies AllowAmbiguousTypes


>---------------------------------------------------------------

db0f0a382a1431b6eee92dbc574a690f24aa4085
 compiler/main/DynFlags.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index c05cb8f..966cf9f 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -3273,6 +3273,8 @@ impliedXFlags
 
     , (Opt_DeriveTraversable, turnOn, Opt_DeriveFunctor)
     , (Opt_DeriveTraversable, turnOn, Opt_DeriveFoldable)
+
+    , (Opt_TypeApplications, turnOn, Opt_AllowAmbiguousTypes)
   ]
 
 -- Note [Documenting optimisation flags]



More information about the ghc-commits mailing list