Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. printonlyused :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.Acronym

    We need a marker which is set if the option printonlyused was used.

  2. printbibliography :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.BibLaTeX

    No documentation available.

  3. printScreen :: FrontendSession -> IO ()

    LambdaHack Game.LambdaHack.Client.UI.Frontend.Sdl

    No documentation available.

  4. printScreenHuman :: MonadClientUI m => m ()

    LambdaHack Game.LambdaHack.Client.UI.HandleHumanLocalM

    No documentation available.

  5. printScreen :: MonadClientUI m => m ()

    LambdaHack Game.LambdaHack.Client.UI.MonadClientUI

    No documentation available.

  6. printUnlowerings :: IO ()

    alfred-margaret Data.Text.Utf8.Unlower

    This function prints all the special cases of unlowerCodePoint where it's not (pure . id): SPECIAL: i (105) -> İ (304) i (105) I (73) SPECIAL: k (107) -> K (8490) k (107) K (75) SPECIAL: ß (223) -> ẞ (7838) ß (223) SPECIAL: å (229) -> Å (8491) å (229) Å (197) SPECIAL: dž (454) -> dž (454) Dž (453) DŽ (452) SPECIAL: lj (457) -> lj (457) Lj (456) LJ (455) SPECIAL: nj (460) -> nj (460) Nj (459) NJ (458) SPECIAL: dz (499) -> dz (499) Dz (498) DZ (497) SPECIAL: θ (952) -> ϴ (1012) θ (952) Θ (920) SPECIAL: ω (969) -> Ω (8486) ω (969) Ω (937) [..] Inverse of Char.toUpper: a (97) -> a (97) A (65) Inverse of Char.toUpper: b (98) -> b (98) B (66) Inverse of Char.toUpper: c (99) -> c (99) C (67) [..]

  7. printX :: ShowX a => a -> IO ()

    clash-prelude Clash.XException

    Like print, but values that normally throw an XException are converted to undefined, instead of error'ing out with an exception

  8. printC :: forall a (m :: Type -> Type) o . (Show a, MonadIO m) => ConduitT a o m ()

    classy-prelude-conduit ClassyPrelude.Conduit

    Print all incoming values to stdout.

  9. printRawIni :: RawIni -> Text

    config-ini Data.Ini.Config.Raw

    Serialize an INI file to text, complete with any comments which appear in the INI structure, and retaining the aesthetic details which are present in the INI file.

  10. printCSV :: CSV -> String

    csv Text.CSV

    Given an object of type CSV, generate a CSV formatted string. Always uses escaped fields.

Page 24 of many | Previous | Next