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.
unsafeShowSql' :: Record c a -> StringSQLrelational-query Database.Relational.Projectable Unsafely generate SQL expression term from record object.
hSayShow :: (MonadIO m, Show a) => Handle -> a -> m ()say Say sayErrShow :: (MonadIO m, Show a) => a -> m ()say Say Same as sayShow, but data is sent to standard error.
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.)