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.
deriveTextShow1Options :: Options -> Name -> Q [Dec]text-show TextShow.TH Like deriveTextShow1, but takes an Options argument. Since: 3.4
deriveTextShow2 :: Name -> Q [Dec]text-show TextShow.TH Generates a TextShow2 instance declaration for the given data type or data family instance. Since: 2
deriveTextShow2Options :: Options -> Name -> Q [Dec]text-show TextShow.TH Like deriveTextShow2, but takes an Options argument. Since: 3.4
deriveTextShowOptions :: Options -> Name -> Q [Dec]text-show TextShow.TH Like deriveTextShow, but takes an Options argument. Since: 3.4
makeLiftShowbPrec :: Name -> Q Exptext-show TextShow.TH Generates a lambda expression which behaves like liftShowbPrec (without requiring a TextShow1 instance). Since: 3
makeLiftShowbPrec2 :: Name -> Q Exptext-show TextShow.TH Generates a lambda expression which behaves like liftShowbPrec2 (without requiring a TextShow2 instance). Since: 3
-
text-show TextShow.TH Generates a lambda expression which behaves like showb (without requiring a TextShow instance). Since: 2
makeShowbList :: Name -> Q Exptext-show TextShow.TH Generates a lambda expression which behaves like showbList (without requiring a TextShow instance). Since: 2
makeShowbPrec :: Name -> Q Exptext-show TextShow.TH Generates a lambda expression which behaves like showbPrec (without requiring a TextShow instance). Since: 2
makeShowbPrec1 :: Name -> Q Exptext-show TextShow.TH Generates a lambda expression which behaves like showbPrec1 (without requiring a TextShow1 instance). Since: 2