Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

    swish Swish.Rule

    Return a displayable form of a list of labelled formulae

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

    swish Swish.Rule

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

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

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

    No documentation available.

  4. showABC :: ABC -> String

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

    No documentation available.

  5. showDGN :: DGN -> String

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

    No documentation available.

  6. showSymbol :: NFold -> String

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

    No documentation available.

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

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

    No documentation available.

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

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

  10. showbPrec :: TextShow a => Int -> a -> Builder

    text-show-instances TextShow.Instances

    Convert a value to a Builder with the given predence. Since: 2

Page 195 of many | Previous | Next