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.
sRGB24shows :: (RealFrac b, Floating b) => Colour b -> ShowScolour Data.Colour.SRGB Show a colour in hexadecimal form, e.g. "#00aaff"
setShowDerived :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch No documentation available.
-
generic-deriving Generics.Deriving.Show No documentation available.
class
GShow' (f :: Type -> Type)generic-deriving Generics.Deriving.Show No documentation available.
gshow :: GShow a => a -> Stringgeneric-deriving Generics.Deriving.Show No documentation available.
gshowList :: GShow a => [a] -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
gshows :: GShow a => a -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
gshowsPrec :: GShow a => Int -> a -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
gshowsPrec' :: GShow' f => Type -> Int -> f a -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.
gshowsPrecdefault :: (Generic a, GShow' (Rep a)) => Int -> a -> ShowSgeneric-deriving Generics.Deriving.Show No documentation available.