Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. liftShowsPrecConst :: ShowS -> (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> f a -> ShowS

    deriving-compat Data.Deriving.Internal

    No documentation available.

  2. liftShowsPrecConstValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  3. liftShowsPrecValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  4. defaultShowOptions :: ShowOptions

    deriving-compat Text.Show.Deriving

    ShowOptions that match the behavior of the most recent GHC release.

  5. deriveShow :: Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

    Generates a Show instance declaration for the given data type or data family instance.

  6. deriveShow1 :: Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

    Generates a Show1 instance declaration for the given data type or data family instance.

  7. deriveShow1Options :: ShowOptions -> Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

    Like deriveShow1, but takes a ShowOptions argument.

  8. deriveShow2 :: Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

    Generates a Show2 instance declaration for the given data type or data family instance. This function is not available with transformers-0.4.

  9. deriveShow2Options :: ShowOptions -> Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

    Like deriveShow2, but takes a ShowOptions argument. This function is not available with transformers-0.4.

  10. deriveShowOptions :: ShowOptions -> Name -> Q [Dec]

    deriving-compat Text.Show.Deriving

    Like deriveShow, but takes a ShowOptions argument.

Page 253 of many | Previous | Next