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.
sayShow :: (MonadIO m, Show a) => a -> m ()say Say Same as say, but for instances of Show. If your Show instance generates infinite output, this will fail. However, an infinite result for show would generally be considered an invalid instance anyway.
c_cairo_show_page :: Ptr (CairoT r s) -> IO ()simple-cairo Graphics.Cairo.Drawing.CairoT.Page No documentation available.
cairoShowPage :: PrimMonad m => CairoT r (PrimState m) -> m ()simple-cairo Graphics.Cairo.Drawing.CairoT.Page No documentation available.
cairoShowText :: PrimMonad m => CairoT r (PrimState m) -> Text -> m ()simple-cairo Graphics.Cairo.Drawing.Text No documentation available.
promoteShowInstance :: OptionsMonad q => Name -> q [Dec]singletons-th Data.Singletons.TH Produce an instance for PShow from the given type
promoteShowInstances :: OptionsMonad q => [Name] -> q [Dec]singletons-th Data.Singletons.TH Produce instances for PShow from the given types
singShowInstance :: OptionsMonad q => Name -> q [Dec]singletons-th Data.Singletons.TH Create instance of SShow for the given type (Not to be confused with showShowInstance.)
singShowInstances :: OptionsMonad q => [Name] -> q [Dec]singletons-th Data.Singletons.TH Create instances of SShow for the given types (Not to be confused with showSingInstances.)
reallyShowConditions :: Args -> Boolspeculate Test.Speculate.Args No documentation available.
shouldShowConditionalEquation :: Args -> (Expr, Expr, Expr) -> Boolspeculate Test.Speculate.Args No documentation available.