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. ghc8ShowBehavior :: ShowOptions -> Bool

    deriving-compat Text.Show.Deriving

    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 (#).

  2. legacyShowOptions :: ShowOptions

    deriving-compat Text.Show.Deriving

    ShowOptions that match the behavior of the installed version of GHC.

  3. makeLiftShowList :: Name -> Q Exp

    deriving-compat Text.Show.Deriving

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

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

Page 254 of many | Previous | Next