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.
printScreenHuman :: MonadClientUI m => m ()LambdaHack Game.LambdaHack.Client.UI.HandleHumanLocalM No documentation available.
printScreen :: MonadClientUI m => m ()LambdaHack Game.LambdaHack.Client.UI.MonadClientUI No documentation available.
-
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) [..]
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.
-
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.
-
csv Text.CSV Given an object of type CSV, generate a CSV formatted string. Always uses escaped fields.
printDigitIn :: (PositionalSystem s, Printer p) => s -> Char -> pdata-textual Data.Textual.Fractional Print a digit.
printZeroIn :: (PositionalSystem s, Printer p) => s -> pdata-textual Data.Textual.Fractional No documentation available.
printDigitIn :: (PositionalSystem s, Printer p) => s -> Char -> pdata-textual Data.Textual.Integral Print a digit.
printZeroIn :: (PositionalSystem s, Printer p) => s -> pdata-textual Data.Textual.Integral No documentation available.