Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    LambdaHack Game.LambdaHack.Client.UI.HandleHumanLocalM

    No documentation available.

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

    LambdaHack Game.LambdaHack.Client.UI.MonadClientUI

    No documentation available.

  3. 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) [..]

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

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

  6. printCSV :: CSV -> String

    csv Text.CSV

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

  7. printDigitIn :: (PositionalSystem s, Printer p) => s -> Char -> p

    data-textual Data.Textual.Fractional

    Print a digit.

  8. printZeroIn :: (PositionalSystem s, Printer p) => s -> p

    data-textual Data.Textual.Fractional

    No documentation available.

  9. printDigitIn :: (PositionalSystem s, Printer p) => s -> Char -> p

    data-textual Data.Textual.Integral

    Print a digit.

  10. printZeroIn :: (PositionalSystem s, Printer p) => s -> p

    data-textual Data.Textual.Integral

    No documentation available.

Page 24 of many | Previous | Next