Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. printColored :: (a -> IO ()) -> Term -> Colored a -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  2. printColoredIO :: Term -> Colored (IO ()) -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  3. printColoredS :: Term -> Colored String -> IO ()

    colorful-monoids Data.Monoid.Colorful

    No documentation available.

  4. printColored :: Foldable f => (a -> IO ()) -> Term -> f (Colored a) -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  5. printColoredIO :: Term -> [Colored (IO ())] -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  6. printColoredS :: Foldable f => Term -> f (Colored String) -> IO ()

    colorful-monoids Data.Monoid.Colorful.Flat

    No documentation available.

  7. printed :: PrintFixity n -> Text

    egison-pattern-src Language.Egison.Pretty.Pattern

    No documentation available.

  8. prInteger :: BDF_PropertyRec -> FT_Int32

    freetype2 FreeType.Format.BDF

    No documentation available.

  9. printRunPageSetupDialog :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> m PageSetup

    gi-gtk4 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. If the user cancels the dialog, the returned GtkPageSetup is identical to the passed in pageSetup, otherwise it contains the modifications done in the dialog. Note that this function may use a recursive mainloop to show the page setup dialog. See printRunPageSetupDialogAsync if this is a problem.

  10. printRunPageSetupDialogAsync :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> PageSetupDoneFunc -> m ()

    gi-gtk4 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. In contrast to printRunPageSetupDialog, this function returns after showing the page setup dialog on platforms that support this, and calls doneCb from a signal handler for the response signal of the dialog.

Page 59 of many | Previous | Next