Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
yesod-paginator Yesod.Paginator.Pages No documentation available.
-
gogol-blogger Gogol.Blogger No documentation available.
-
gogol-blogger Gogol.Blogger No documentation available.
-
gogol-blogger Gogol.Blogger.Types No documentation available.
-
gogol-blogger Gogol.Blogger.Types No documentation available.
-
gogol-vision Gogol.Vision Detected page from OCR. See: newPage smart constructor.
Page :: Maybe [Block] -> Maybe Double -> Maybe Int32 -> Maybe TextProperty -> Maybe Int32 -> Pagegogol-vision Gogol.Vision No documentation available.
-
gogol-vision Gogol.Vision.Types Detected page from OCR. See: newPage smart constructor.
Page :: Maybe [Block] -> Maybe Double -> Maybe Int32 -> Maybe TextProperty -> Maybe Int32 -> Pagegogol-vision Gogol.Vision.Types No documentation available.
pageWidth :: (PageWidth -> Doc ann) -> Doc annoptparse-applicative Options.Applicative.Help.Pretty Layout a document depending on the page width, if one has been specified.
>>> let prettyPageWidth (AvailablePerLine l r) = "Width:" <+> pretty l <> ", ribbon fraction:" <+> pretty r >>> let doc = "prefix" <+> pageWidth (brackets . prettyPageWidth) >>> putDocW 32 (vsep [indent n doc | n <- [0,4,8]]) prefix [Width: 32, ribbon fraction: 1.0] prefix [Width: 32, ribbon fraction: 1.0] prefix [Width: 32, ribbon fraction: 1.0]