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.
showHexp :: (Num a, Integral a, Show a) => a -> STW ()RefSerialize Data.RefSerialize No documentation available.
showp :: Serialize c => c -> STW ()RefSerialize Data.RefSerialize No documentation available.
showpBinary :: Binary a => a -> STW ()RefSerialize Data.RefSerialize serialize a variable which has a Binary instance
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
showps :: Serialize a => a -> STW ByteStringRefSerialize Data.RefSerialize return the serialization instead of updating the writer
showSubmitRes :: SubmitRes -> Stringadvent-of-code-api Advent Pretty-print a SubmitRes
showSubmitRes :: SubmitRes -> Stringadvent-of-code-api Advent.Types Pretty-print a SubmitRes
showFiltering :: Show a => Bool -> a -> Stringaftovolio Aftovolio.Halfsplit No documentation available.
showWithSpaces :: Show a => Int -> a -> Stringaftovolio Aftovolio.Halfsplit No documentation available.
showWithSpacesBefore :: String -> [String] -> [String] -> [String]aftovolio Aftovolio.Halfsplit No documentation available.