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.
printColored :: (a -> IO ()) -> Term -> Colored a -> IO ()colorful-monoids Data.Monoid.Colorful No documentation available.
printColoredIO :: Term -> Colored (IO ()) -> IO ()colorful-monoids Data.Monoid.Colorful No documentation available.
printColoredS :: Term -> Colored String -> IO ()colorful-monoids Data.Monoid.Colorful No documentation available.
printColored :: Foldable f => (a -> IO ()) -> Term -> f (Colored a) -> IO ()colorful-monoids Data.Monoid.Colorful.Flat No documentation available.
printColoredIO :: Term -> [Colored (IO ())] -> IO ()colorful-monoids Data.Monoid.Colorful.Flat No documentation available.
printColoredS :: Foldable f => Term -> f (Colored String) -> IO ()colorful-monoids Data.Monoid.Colorful.Flat No documentation available.
printed :: PrintFixity n -> Textegison-pattern-src Language.Egison.Pretty.Pattern No documentation available.
prInteger :: BDF_PropertyRec -> FT_Int32freetype2 FreeType.Format.BDF No documentation available.
-
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.
-
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.