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. makeShow :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

  2. makeShowList :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

    Like makeShowList, but takes a ShowOptions argument.

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

    deriving-compat Text.Show.Deriving

    Like makeShow, but takes a ShowOptions argument.

  5. makeShowsPrec :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

  6. makeShowsPrec1 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

    Like makeShowsPrec1, but takes a ShowOptions argument.

  8. makeShowsPrec2 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

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

  10. makeShowsPrecOptions :: ShowOptions -> Name -> Q Exp

    deriving-compat Text.Show.Deriving

    Like makeShowsPrec, but takes a ShowOptions argument.

Page 255 of many | Previous | Next