Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. showHexp :: (Num a, Integral a, Show a) => a -> STW ()

    RefSerialize Data.RefSerialize

    No documentation available.

  2. showp :: Serialize c => c -> STW ()

    RefSerialize Data.RefSerialize

    No documentation available.

  3. showpBinary :: Binary a => a -> STW ()

    RefSerialize Data.RefSerialize

    serialize a variable which has a Binary instance

  4. showpText :: Show a => a -> STW ()

    RefSerialize Data.RefSerialize

    if a is an instance of Show, showpText can be used as the showp method the drawback is that the data inside is not inspected for common references so it is recommended to create your own readp method for your complex data structures

  5. showps :: Serialize a => a -> STW ByteString

    RefSerialize Data.RefSerialize

    return the serialization instead of updating the writer

  6. showSubmitRes :: SubmitRes -> String

    advent-of-code-api Advent

    Pretty-print a SubmitRes

  7. showSubmitRes :: SubmitRes -> String

    advent-of-code-api Advent.Types

    Pretty-print a SubmitRes

  8. showFiltering :: Show a => Bool -> a -> String

    aftovolio Aftovolio.Halfsplit

    No documentation available.

  9. showWithSpaces :: Show a => Int -> a -> String

    aftovolio Aftovolio.Halfsplit

    No documentation available.

  10. showWithSpacesBefore :: String -> [String] -> [String] -> [String]

    aftovolio Aftovolio.Halfsplit

    No documentation available.

Page 131 of many | Previous | Next