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. showSF :: (Show a, Show b) => SF a b -> String

    step-function Data.Function.Step

    Show SF as Haskell code

  2. showSF :: (Show a, Show b) => SF a b -> String

    step-function Data.Function.Step.Discrete.Closed

    Show SF as Haskell code

  3. showSF :: (Show a, Show b) => SF a b -> String

    step-function Data.Function.Step.Discrete.Open

    Show SF as Haskell code

  4. showEvent :: Event -> String

    streamly Streamly.Internal.FileSystem.Event

    Convert an Event record to a String representation. Note that the output of this function may be different on different platforms because it may contain platform specific details. Internal

  5. showEvent :: Event -> String

    streamly Streamly.Internal.FileSystem.Event.Linux

    Convert an Event record to a String representation.

  6. showOutputable :: Outputable a => a -> String

    stylish-haskell Language.Haskell.Stylish.GHC

    No documentation available.

  7. showls :: ShowLines sh => String -> sh -> ShowS

    swish Data.String.ShowLines

    Multi-line value display method Create a multiline displayable form of a value, returned as a ShowS value. The default implementation behaves just like a normal instance of Show. This function is intended to allow the calling function some control of multiline displays by providing:

    1. the first line of the value is not preceded by any text, so it may be appended to some preceding text on the same line,
    2. the supplied line break string is used to separate lines of the formatted text, and may include any desired indentation, and
    3. no newline is output following the final line of text.

  8. showProof :: ShowLines ex => String -> Proof ex -> String

    swish Swish.Proof

    Returns a simple string representation of a proof.

  9. showsFormula :: ShowLines ex => String -> Formula ex -> ShowS

    swish Swish.Proof

    Create a displayable form of a labelled formula

  10. showsProof :: ShowLines ex => String -> Proof ex -> ShowS

    swish Swish.Proof

    Create a displayable form of a proof, returned as a ShowS value. This function is intended to allow the calling function some control of multiline displays by providing:

    1. the first line of the proof is not preceded by any text, so it may be appended to some preceding text on the same line,
    2. the supplied newline string is used to separate lines of the formatted text, and may include any desired indentation, and
    3. no newline is output following the final line of text.

Page 161 of many | Previous | Next