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. unsafeShowSql' :: Record c a -> StringSQL

    relational-query Database.Relational.Projectable

    Unsafely generate SQL expression term from record object.

  2. hSayShow :: (MonadIO m, Show a) => Handle -> a -> m ()

    say Say

    Same as sayShow, but data is sent to the provided Handle.

  3. sayErrShow :: (MonadIO m, Show a) => a -> m ()

    say Say

    Same as sayShow, but data is sent to standard error.

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

  5. c_cairo_show_page :: Ptr (CairoT r s) -> IO ()

    simple-cairo Graphics.Cairo.Drawing.CairoT.Page

    No documentation available.

  6. cairoShowPage :: PrimMonad m => CairoT r (PrimState m) -> m ()

    simple-cairo Graphics.Cairo.Drawing.CairoT.Page

    No documentation available.

  7. cairoShowText :: PrimMonad m => CairoT r (PrimState m) -> Text -> m ()

    simple-cairo Graphics.Cairo.Drawing.Text

    No documentation available.

  8. promoteShowInstance :: OptionsMonad q => Name -> q [Dec]

    singletons-th Data.Singletons.TH

    Produce an instance for PShow from the given type

  9. promoteShowInstances :: OptionsMonad q => [Name] -> q [Dec]

    singletons-th Data.Singletons.TH

    Produce instances for PShow from the given types

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

Page 291 of many | Previous | Next