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.

  1. makeLiftShowsPrec2Options :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

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

  2. makeLiftShowsPrecOptions :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

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

  3. makeShow :: Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Generates a lambda expression which behaves like show (without requiring a Show instance).

  4. makeShowList :: Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Generates a lambda expression which behaves like showList (without requiring a Show instance).

  5. makeShowListOptions :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Like makeShowList, but takes a ShowOptions argument.

  6. makeShowOptions :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Like makeShow, but takes a ShowOptions argument.

  7. makeShowsPrec :: Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Generates a lambda expression which behaves like showsPrec (without requiring a Show instance).

  8. makeShowsPrec1 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Generates a lambda expression which behaves like showsPrec1 (without requiring a Show1 instance).

  9. makeShowsPrec1Options :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Like makeShowsPrec1, but takes a ShowOptions argument.

  10. makeShowsPrec2 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving.Internal

    Generates a lambda expression which behaves like showsPrec2 (without requiring a Show2 instance). This function is not available with transformers-0.4.

Page 258 of many | Previous | Next