Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. showAlignmentLine :: Int -> Int -> ClustalAlignmentEntry -> String

    ClustalParser Biobase.Clustal.Types

    No documentation available.

  2. showDouble :: R -> String

    LPFP LPFP.SimpleVec

    No documentation available.

  3. showContext :: Context -> Bool -> ByteString

    RefSerialize Data.RefSerialize

    serialize the variables. if the Bool flag is true, it prepend the text with the string "where"

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

    RefSerialize Data.RefSerialize

    No documentation available.

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

    RefSerialize Data.RefSerialize

    No documentation available.

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

    RefSerialize Data.RefSerialize

    serialize a variable which has a Binary instance

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

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

    RefSerialize Data.RefSerialize

    return the serialization instead of updating the writer

  9. showSubmitRes :: SubmitRes -> String

    advent-of-code-api Advent

    Pretty-print a SubmitRes

  10. showSubmitRes :: SubmitRes -> String

    advent-of-code-api Advent.Types

    Pretty-print a SubmitRes

Page 129 of many | Previous | Next