Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. makeLiftShowList2 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

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

  4. makeLiftShowsPrec :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

  5. makeLiftShowsPrec2 :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

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

  8. makeShow :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

  9. makeShowList :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

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

    deriving-compat Text.Show.Deriving

    Like makeShowList, but takes a ShowOptions argument.

Page 254 of many | Previous | Next