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.

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

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

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

    No documentation available.

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

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

    No documentation available.

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

    simple-cairo Graphics.Cairo.Drawing.Text

    No documentation available.

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

    singletons-th Data.Singletons.TH

    Produce an instance for PShow from the given type

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

    singletons-th Data.Singletons.TH

    Produce instances for PShow from the given types

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

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

  9. reallyShowConditions :: Args -> Bool

    speculate Test.Speculate.Args

    No documentation available.

  10. shouldShowConditionalEquation :: Args -> (Expr, Expr, Expr) -> Bool

    speculate Test.Speculate.Args

    No documentation available.

Page 292 of many | Previous | Next