Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. showEvent :: Event -> String

    streamly Streamly.Internal.FileSystem.Event.Linux

    Convert an Event record to a String representation.

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

    stylish-haskell Language.Haskell.Stylish.GHC

    No documentation available.

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

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

    swish Swish.Proof

    Returns a simple string representation of a proof.

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

    swish Swish.Proof

    Create a displayable form of a labelled formula

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

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

    swish Swish.Rule

    Create a displayable form of a labelled formula

  8. showsFormulae :: ShowLines ex => String -> [Formula ex] -> String -> ShowS

    swish Swish.Rule

    Return a displayable form of a list of labelled formulae

  9. showsWidth :: Int -> String -> ShowS

    swish Swish.Rule

    Show a string left justified in a field of at least the specified number of characters width.

  10. showAsPlainText :: Integral a => SymopGeom a -> String

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.PlainText

    No documentation available.

Page 194 of many | Previous | Next