FunctionalDependencies should imply MultiParamTypeClasses
authorMax Bolingbroke <batterseapower@hotmail.com>
Sun, 20 Mar 2011 14:06:25 +0000 (14:06 +0000)
committerMax Bolingbroke <batterseapower@hotmail.com>
Sun, 20 Mar 2011 14:06:25 +0000 (14:06 +0000)
compiler/main/DynFlags.hs

index 494cc44..59ce417 100644 (file)
@@ -1679,6 +1679,7 @@ impliedFlags
     , (Opt_ExistentialQuantification, turnOn, Opt_ExplicitForAll)
     , (Opt_PolymorphicComponents,     turnOn, Opt_ExplicitForAll)
     , (Opt_FlexibleInstances,         turnOn, Opt_TypeSynonymInstances)
+    , (Opt_FunctionalDependencies,    turnOn, Opt_MultiParamTypeClasses)
 
     , (Opt_RebindableSyntax, turnOff, Opt_ImplicitPrelude)      -- NB: turn off!