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. showsFormula :: ShowLines ex => String -> Formula ex -> ShowS

    swish Swish.Rule

    Create a displayable form of a labelled formula

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

    swish Swish.Rule

    Return a displayable form of a list of labelled formulae

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

    swish Swish.Rule

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

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

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

    No documentation available.

  5. showABC :: ABC -> String

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

    No documentation available.

  6. showDGN :: DGN -> String

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

    No documentation available.

  7. showSymbol :: NFold -> String

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

    No documentation available.

  8. showText :: Show a => a -> Text

    telegram-bot-api Telegram.Bot.API.Internal.Utils

    No documentation available.

  9. showb :: TextShow a => a -> Builder

    text-show-instances TextShow.Instances

    Converts a value to a strict Text. If you hand-define this, it should satisfy:

    showb = showbPrec 0
    
    Since: 2

  10. showbList :: TextShow a => [a] -> Builder

    text-show-instances TextShow.Instances

    Converts a list of values to a Builder. By default, this is defined as 'showbList = showbListWith showb, but it can be overridden to allow for specialized displaying of lists (e.g., lists of Chars). Since: 2

Page 162 of many | Previous | Next