Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
deriveShow2Options :: ShowOptions -> Name -> Q [Dec]deriving-compat Text.Show.Deriving.Internal Like deriveShow2, but takes a ShowOptions argument. This function is not available with transformers-0.4.
deriveShowOptions :: ShowOptions -> Name -> Q [Dec]deriving-compat Text.Show.Deriving.Internal Like deriveShow, but takes a ShowOptions argument.
ghc8ShowBehavior :: ShowOptions -> Boolderiving-compat Text.Show.Deriving.Internal If True, the derived Show, Show1, or Show2 instance will not surround the output of showing fields of unlifted types with parentheses, and the output will be suffixed with hash signs (#).
legacyShowOptions :: ShowOptionsderiving-compat Text.Show.Deriving.Internal ShowOptions that match the behavior of the installed version of GHC.
makeLiftShowList :: Name -> Q Expderiving-compat Text.Show.Deriving.Internal Generates a lambda expression which behaves like liftShowList (without requiring a Show instance). This function is not available with transformers-0.4.
makeLiftShowList2 :: Name -> Q Expderiving-compat Text.Show.Deriving.Internal Generates a lambda expression which behaves like liftShowList2 (without requiring a Show instance). This function is not available with transformers-0.4.
makeLiftShowList2Options :: ShowOptions -> Name -> Q Expderiving-compat Text.Show.Deriving.Internal Like makeLiftShowList2, but takes a ShowOptions argument. This function is not available with transformers-0.4.
makeLiftShowListOptions :: ShowOptions -> Name -> Q Expderiving-compat Text.Show.Deriving.Internal Like makeLiftShowList, but takes a ShowOptions argument. This function is not available with transformers-0.4.
makeLiftShowsPrec :: Name -> Q Expderiving-compat Text.Show.Deriving.Internal Generates a lambda expression which behaves like liftShowsPrec (without requiring a Show1 instance). This function is not available with transformers-0.4.
makeLiftShowsPrec2 :: Name -> Q Expderiving-compat Text.Show.Deriving.Internal Generates a lambda expression which behaves like liftShowsPrec2 (without requiring a Show2 instance). This function is not available with transformers-0.4.